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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp82 bool fp_safe = (fp < thread->stack_base() && (fp > sp) && (((fp + (return_addr_offset * sizeof(void*))) < thread->stack_base()))); local
118 if (!fp_safe) return false;
131 if (!fp_safe) {
250 if (!fp_safe) {

Completed in 32 milliseconds