Searched refs:set_to_interpreted (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/src/cpu/zero/vm/
H A DcompiledIC_zero.cpp63 void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledDirectStaticCall
/openjdk10/hotspot/src/share/vm/aot/
H A DcompiledIC_aot.hpp37 void set_to_interpreted(const methodHandle& callee, address entry);
H A DaotCompiledMethod.cpp400 void PltNativeCallWrapper::set_to_interpreted(const methodHandle& method, CompiledICInfo& info) { function in class:PltNativeCallWrapper
403 csc->set_to_interpreted(method, info.entry());
H A DaotCompiledMethod.hpp305 virtual void set_to_interpreted(const methodHandle& method, CompiledICInfo& info);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DcompiledIC_aot_x86_64.cpp60 void CompiledPltStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledPltStaticCall
65 tty->print_cr("CompiledPltStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
H A DcompiledIC_x86.cpp141 void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledDirectStaticCall
147 tty->print_cr("CompiledDirectStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp151 virtual void set_to_interpreted(const methodHandle& method, CompiledICInfo& info) = 0;
379 virtual void set_to_interpreted(const methodHandle& callee, address entry) = 0;
391 void set_to_interpreted(const methodHandle& callee, address entry);
H A DcompiledIC.cpp395 _call->set_to_interpreted(method, info);
604 set_to_interpreted(info.callee(), info.entry());
H A Dnmethod.cpp2763 virtual void set_to_interpreted(const methodHandle& method, CompiledICInfo& info) { function in class:DirectNativeCallWrapper
2771 csc->set_to_interpreted(method, info.entry());
/openjdk10/hotspot/src/cpu/arm/vm/
H A DcompiledIC_arm.cpp61 // CompiledStaticCall::set_to_interpreted()
99 void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledDirectStaticCall
105 tty->print_cr("CompiledDirectStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DcompiledIC_ppc.cpp166 void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledDirectStaticCall
172 tty->print_cr("CompiledDirectStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp79 void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledDirectStaticCall
85 tty->print_cr("CompiledDirectStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
/openjdk10/hotspot/src/cpu/s390/vm/
H A DcompiledIC_s390.cpp93 void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledDirectStaticCall
99 tty->print_cr("CompiledDirectStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp88 void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { function in class:CompiledDirectStaticCall
94 tty->print_cr("CompiledDirectStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",

Completed in 106 milliseconds