Searched defs:jcw_safe (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dframe_arm.cpp192 bool jcw_safe = (jcw <= thread->stack_base()) && (jcw > (address)sender.fp()); local
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp212 bool jcw_safe = (jcw < thread->stack_base()) && (jcw > (address)sender.fp()); local
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dframe_aarch64.cpp213 bool jcw_safe = (jcw < thread->stack_base()) && (jcw > (address)sender.fp()); local
/openjdk9/hotspot/src/share/vm/runtime/
H A Dframe.cpp231 bool jcw_safe = (jcw < thread->stack_base()) && (jcw > (address)fp()); // less than stack base local

Completed in 42 milliseconds