Searched refs:unpack_with_exception (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp401 address unpack_with_exception() const { return code_begin() + _unpack_with_exception; } function in class:DeoptimizationBlob
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1014 handler_address = SharedRuntime::deopt_blob()->unpack_with_exception();
1084 handler_address = SharedRuntime::deopt_blob()->unpack_with_exception();
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp493 return SharedRuntime::deopt_blob()->unpack_with_exception();

Completed in 45 milliseconds