Searched defs:call_site (Results 1 - 12 of 12) sorted by relevance

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.hpp284 virtual void _call_Unimplemented(address call_site) { argument
H A DmacroAssembler_aarch64.hpp159 virtual void _call_Unimplemented(address call_site) { argument
/openjdk9/hotspot/src/share/vm/aot/
H A DcompiledIC_aot.hpp60 static inline CompiledPltStaticCall* at(Relocation* call_site) { argument
/openjdk9/hotspot/src/share/vm/code/
H A DcompiledIC.hpp288 inline CompiledIC* CompiledIC_at(CompiledMethod* nm, address call_site) { argument
294 inline CompiledIC* CompiledIC_at(Relocation* call_site) { argument
415 at(Relocation* call_site) argument
[all...]
H A DcompiledIC.cpp523 bool CompiledIC::is_icholder_call_site(virtual_call_Relocation* call_site, const CompiledMethod* cm) { argument
530 void CompiledIC::cleanup_call_site(virtual_call_Relocation* call_site, const CompiledMethod* cm) { argument
H A Ddependencies.hpp785 oop call_site() const { return _call_site(); } function in class:CallSiteDepChange
H A Ddependencies.cpp124 void Dependencies::assert_call_site_target_value(ciCallSite* call_site, ciMethodHandle* method_handle) { argument
181 void Dependencies::assert_call_site_target_value(oop call_site, oop method_handle) { argument
1740 Klass* Dependencies::check_call_site_target_value(oop call_site, oop method_handle, CallSiteDepChange* changes) { argument
1961 CallSiteDepChange(Handle call_site, Handle method_handle) argument
[all...]
H A Dnmethod.cpp520 oop call_site = deps.argument_oop(0); local
1360 oop call_site = deps.argument_oop(0); local
2144 void nmethod::verify_interrupt_point(address call_site) { argument
[all...]
/openjdk9/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp993 void MethodHandles::add_dependent_nmethod(oop call_site, nmethod* nm) { argument
1006 void MethodHandles::remove_dependent_nmethod(oop call_site, nmethod* nm) { argument
1014 void MethodHandles::flush_dependent_nmethods(Handle call_site, Handle target) { argument
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp1204 void WarmCallInfo::init(JVMState* call_site, ciMethod* call_method, ciCallProfile& profile, float prof_factor) { argument
H A Dtype.cpp374 ciCallSite* call_site = holder->as_call_site(); local
/openjdk9/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp3366 oop java_lang_invoke_CallSite::context(oop call_site) { argument
3384 DependencyContext java_lang_invoke_MethodHandleNatives_CallSiteContext::vmdependencies(oop call_site) { argument

Completed in 120 milliseconds