Searched refs:exception_blob (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp237 static ExceptionBlob* exception_blob() { return _exception_blob; } function in class:OptoRuntime
H A Druntime.cpp1048 // We are entering here from exception_blob
1157 assert(stub_frame.is_runtime_frame() || exception_blob()->contains(stub_frame.pc()), "sanity check");
1169 assert(stub_frame.is_runtime_frame() || exception_blob()->contains(stub_frame.pc()), "sanity check");

Completed in 35 milliseconds