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

/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp63 if (!_thread->is_in_stack((address)op))
101 if (!_thread->is_in_stack((address)op)) return;
124 if(!_thread->is_in_stack((address)entry._oop_ptr)) {
H A Dframe.cpp1472 while (!thread->is_in_stack((address)v0)) {
1475 while (!thread->is_in_stack((address)v1)) {
H A Dthread.hpp508 bool is_in_stack(address adr) const;
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");
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp241 if (thread->is_in_stack((address)&_method)) {
254 if (thread->is_in_stack((address)&_method)) {

Completed in 95 milliseconds