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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp586 CodeBlob* stub_cb = wrapper_frame.cb(); local
587 if (stub_cb != NULL &&
588 stub_cb->is_nmethod() &&
589 stub_cb->as_nmethod_or_null()->is_lazy_critical_native()) {
1041 CodeBlob* stub_cb = stub_fr.cb(); local
1042 assert(stub_cb->is_safepoint_stub(), "must be a safepoint stub");

Completed in 54 milliseconds