< prev index next >

src/hotspot/cpu/aarch64/c2_MacroAssembler_aarch64.hpp

Print this page
@@ -33,10 +33,12 @@
  
    void neon_reduce_logical_helper(int opc, bool sf, Register Rd, Register Rn, Register Rm,
                                    enum shift_kind kind = Assembler::LSL, unsigned shift = 0);
  
   public:
+   void entry_barrier();
+ 
    // Code used by cmpFastLock and cmpFastUnlock mach instructions in .ad file.
    // See full description in macroAssembler_aarch64.cpp.
    void fast_lock(Register object, Register box, Register tmp, Register tmp2, Register tmp3);
    void fast_unlock(Register object, Register box, Register tmp, Register tmp2);
  
< prev index next >