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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp122 bool jcw_safe = (jcw < thread->stack_base()) && ( jcw > fp); local
123 return jcw_safe;
207 bool jcw_safe = (jcw < thread->stack_base()) && ( jcw > (address)sender.fp()); local
209 return jcw_safe;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp236 bool jcw_safe = (jcw <= thread->stack_base()) && ( jcw > _FP);
238 return jcw_safe;
297 bool jcw_safe = (jcw <= thread->stack_base()) && ( jcw > sender_fp); local
299 return jcw_safe;

Completed in 56 milliseconds