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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp64 bool sp_safe = (sp < thread->stack_base()) && local
68 if (!sp_safe) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp183 bool sp_safe = (_SP <= thread->stack_base()) &&
186 if (!sp_safe) {

Completed in 301 milliseconds