Searched refs:plt_c2i_stub (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/aot/
H A DcompiledIC_aot.cpp31 return destination() == _call->plt_c2i_stub();
36 return _call->plt_c2i_stub();
H A DaotCompiledMethod.hpp309 virtual bool is_call_to_interpreted(address dest) const { return (dest == _call->plt_c2i_stub()); }
H A DaotCompiledMethod.cpp285 Metadata* meta = (Metadata*)nativeLoadGot_at(nativePltCall_at(iter.addr())->plt_c2i_stub())->data();
/openjdk10/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp99 address NativePltCall::plt_c2i_stub() const { function in class:NativePltCall
130 NativeLoadGot* method_loader = nativeLoadGot_at(plt_c2i_stub());
H A DnativeInst_x86.hpp130 address plt_c2i_stub() const;

Completed in 96 milliseconds