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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp402 address unpack_with_reexecution() const { return code_begin() + _unpack_with_reexecution; } function in class:DeoptimizationBlob
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp343 AddressLiteral dest(deopt_blob->unpack_with_reexecution());
781 AddressLiteral dest(deopt_blob->unpack_with_reexecution());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp970 __ jump(RuntimeAddress(deopt_blob->unpack_with_reexecution()));
1481 __ jump(RuntimeAddress(deopt_blob->unpack_with_reexecution()));

Completed in 63 milliseconds