Searched defs:unextended_sp_safe (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dframe_arm.cpp71 bool unextended_sp_safe = (unextended_sp != NULL && local
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp73 bool unextended_sp_safe = (unextended_sp < thread->stack_base()) && local
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dframe_aarch64.cpp75 bool unextended_sp_safe = (unextended_sp < thread->stack_base()) && local

Completed in 95 milliseconds