src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
changeset 50693 db0a17475826
parent 50536 8434981a4137
child 50753 4449b45900f1
equal deleted inserted replaced
50692:5b75d7485f2a 50693:db0a17475826
   864     Label&   slow_case                 // continuation point if fast allocation fails
   864     Label&   slow_case                 // continuation point if fast allocation fails
   865   );
   865   );
   866   void zero_memory(Register addr, Register len, Register t1);
   866   void zero_memory(Register addr, Register len, Register t1);
   867   void verify_tlab();
   867   void verify_tlab();
   868 
   868 
   869   void incr_allocated_bytes(Register thread,
       
   870                             Register var_size_in_bytes, int con_size_in_bytes,
       
   871                             Register t1 = noreg);
       
   872 
       
   873   // interface method calling
   869   // interface method calling
   874   void lookup_interface_method(Register recv_klass,
   870   void lookup_interface_method(Register recv_klass,
   875                                Register intf_klass,
   871                                Register intf_klass,
   876                                RegisterOrConstant itable_index,
   872                                RegisterOrConstant itable_index,
   877                                Register method_result,
   873                                Register method_result,