Searched refs:CompiledIC_before (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp208 friend CompiledIC* CompiledIC_before(CompiledMethod* nm, address return_addr);
282 inline CompiledIC* CompiledIC_before(CompiledMethod* nm, address return_addr) { function
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1379 CompiledIC* inline_cache = CompiledIC_before(caller_nm, caller_frame.pc());
1572 CompiledIC* inline_cache = CompiledIC_before(((CompiledMethod*)cb), caller_frame.pc());

Completed in 66 milliseconds