comparison src/cpu/x86/vm/c1_LIRAssembler_x86.hpp @ 1783:d5d065957597

6953144: Tiered compilation Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
author iveresov
date Fri, 03 Sep 2010 17:51:07 -0700
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1782:f353275af40e 1783:d5d065957597
40 40
41 // When we need to use something other than rscratch1 use this 41 // When we need to use something other than rscratch1 use this
42 // method. 42 // method.
43 Address as_Address(LIR_Address* addr, Register tmp); 43 Address as_Address(LIR_Address* addr, Register tmp);
44 44
45 45 // Record the type of the receiver in ReceiverTypeData
46 void type_profile_helper(Register mdo,
47 ciMethodData *md, ciProfileData *data,
48 Register recv, Label* update_done);
46 public: 49 public:
47 50
48 void store_parameter(Register r, int offset_from_esp_in_words); 51 void store_parameter(Register r, int offset_from_esp_in_words);
49 void store_parameter(jint c, int offset_from_esp_in_words); 52 void store_parameter(jint c, int offset_from_esp_in_words);
50 void store_parameter(jobject c, int offset_from_esp_in_words); 53 void store_parameter(jobject c, int offset_from_esp_in_words);