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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp930 bool Thread::is_in_stack(address adr) const { function in class:Thread
931 assert(Thread::current() == this, "is_in_stack can only be called from current thread");

Completed in 667 milliseconds