Searched refs:allow_unhandled_oop (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DprivilegedStack.cpp39 THREAD->allow_unhandled_oop(&_klass);
40 THREAD->allow_unhandled_oop(&_privileged_context);
H A DjvmtiImpl.cpp242 thread->allow_unhandled_oop((oop*)&_method);
255 thread->allow_unhandled_oop(&_method);
/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.hpp71 void allow_unhandled_oop(oop* op);
H A DunhandledOops.cpp84 void UnhandledOops::allow_unhandled_oop(oop* op) { function in class:UnhandledOops
H A DjavaCalls.cpp92 THREAD->allow_unhandled_oop(&_callee_method);
93 THREAD->allow_unhandled_oop(&_receiver);
H A Dthread.hpp385 void allow_unhandled_oop(oop *op) { function in class:Thread
386 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op);

Completed in 54 milliseconds