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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp989 // Check usp first, because if that's bad the other accessors may fault
995 uintptr_t usp = (uintptr_t)fr->sp(); local
996 if ((usp & sp_align_mask) != 0) return true;

Completed in 274 milliseconds