hotspot/src/cpu/x86/vm/interp_masm_x86_32.hpp
changeset 28650 772aaab2582f
parent 25714 87fa6860b5ae
equal deleted inserted replaced
28649:eb561bd1bc3c 28650:772aaab2582f
   180   void increment_mdp_data_at(Register mdp_in, int constant,
   180   void increment_mdp_data_at(Register mdp_in, int constant,
   181                              bool decrement = false);
   181                              bool decrement = false);
   182   void increment_mdp_data_at(Register mdp_in, Register reg, int constant,
   182   void increment_mdp_data_at(Register mdp_in, Register reg, int constant,
   183                              bool decrement = false);
   183                              bool decrement = false);
   184   void increment_mask_and_jump(Address counter_addr,
   184   void increment_mask_and_jump(Address counter_addr,
   185                                int increment, int mask,
   185                                int increment, Address mask,
   186                                Register scratch, bool preloaded,
   186                                Register scratch, bool preloaded,
   187                                Condition cond, Label* where);
   187                                Condition cond, Label* where);
   188   void set_mdp_flag_at(Register mdp_in, int flag_constant);
   188   void set_mdp_flag_at(Register mdp_in, int flag_constant);
   189   void test_mdp_data_at(Register mdp_in, int offset, Register value,
   189   void test_mdp_data_at(Register mdp_in, int offset, Register value,
   190                         Register test_value_out,
   190                         Register test_value_out,