src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.hpp
changeset 57542 db740ced41c4
parent 55718 9fbc32392798
child 57716 bfcdcd00e4fb
equal deleted inserted replaced
57541:5da01706bf11 57542:db740ced41c4
    89                                   Register src, Register dst, Register count);
    89                                   Register src, Register dst, Register count);
    90   virtual void load_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
    90   virtual void load_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
    91                        Register dst, Address src, Register tmp1, Register tmp_thread);
    91                        Register dst, Address src, Register tmp1, Register tmp_thread);
    92   virtual void store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
    92   virtual void store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
    93                         Address dst, Register val, Register tmp1, Register tmp2);
    93                         Address dst, Register val, Register tmp1, Register tmp2);
       
    94   virtual void try_resolve_jobject_in_native(MacroAssembler* masm, Register jni_env,
       
    95                                              Register obj, Register tmp, Label& slowpath);
    94 
    96 
    95   virtual void barrier_stubs_init();
    97   virtual void barrier_stubs_init();
    96 
    98 
    97 };
    99 };
    98 
   100