comparison src/cpu/x86/vm/interp_masm_x86_32.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 e9ff18c4ace7
children f95d63e2154a
comparison
equal deleted inserted replaced
1782:f353275af40e 1783:d5d065957597
183 void increment_mdp_data_at(Address data, bool decrement = false); 183 void increment_mdp_data_at(Address data, bool decrement = false);
184 void increment_mdp_data_at(Register mdp_in, int constant, 184 void increment_mdp_data_at(Register mdp_in, int constant,
185 bool decrement = false); 185 bool decrement = false);
186 void increment_mdp_data_at(Register mdp_in, Register reg, int constant, 186 void increment_mdp_data_at(Register mdp_in, Register reg, int constant,
187 bool decrement = false); 187 bool decrement = false);
188 void increment_mask_and_jump(Address counter_addr,
189 int increment, int mask,
190 Register scratch, bool preloaded,
191 Condition cond, Label* where);
188 void set_mdp_flag_at(Register mdp_in, int flag_constant); 192 void set_mdp_flag_at(Register mdp_in, int flag_constant);
189 void test_mdp_data_at(Register mdp_in, int offset, Register value, 193 void test_mdp_data_at(Register mdp_in, int offset, Register value,
190 Register test_value_out, 194 Register test_value_out,
191 Label& not_equal_continue); 195 Label& not_equal_continue);
192 196