Searched refs:deopt_blob (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp331 DeoptimizationBlob* deopt_blob = SharedRuntime::deopt_blob(); local
332 assert(deopt_blob != NULL, "deoptimization blob must have been created");
343 AddressLiteral dest(deopt_blob->unpack_with_reexecution());
779 DeoptimizationBlob* deopt_blob = SharedRuntime::deopt_blob(); local
780 assert(deopt_blob != NULL, "deoptimization blob must have been created");
781 AddressLiteral dest(deopt_blob->unpack_with_reexecution());
H A Dc1_LIRAssembler_sparc.cpp490 AddressLiteral deopt_blob(SharedRuntime::deopt_blob()->unpack());
491 __ JUMP(deopt_blob, G3_scratch, 0); // sethi;jmp
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp860 DeoptimizationBlob* deopt_blob = SharedRuntime::deopt_blob(); local
861 assert(deopt_blob != NULL, "deoptimization blob must have been created");
952 __ jump(RuntimeAddress(deopt_blob->unpack_with_exception_in_tls()));
970 __ jump(RuntimeAddress(deopt_blob->unpack_with_reexecution()));
1478 DeoptimizationBlob* deopt_blob = SharedRuntime::deopt_blob(); local
1479 assert(deopt_blob != NULL, "deoptimization blob must have been created");
1481 __ jump(RuntimeAddress(deopt_blob->unpack_with_reexecution()));
H A Dc1_LIRAssembler_x86.cpp492 __ jump(RuntimeAddress(SharedRuntime::deopt_blob()->unpack()));
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp313 static DeoptimizationBlob* deopt_blob(void) { return _deopt_blob; } function in class:SharedRuntime
H A DsharedRuntime.cpp493 return SharedRuntime::deopt_blob()->unpack_with_exception();
/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/c1/
H A Dc1_Runtime1.cpp507 return SharedRuntime::deopt_blob()->unpack_with_exception_in_tls();
594 continuation = SharedRuntime::deopt_blob()->unpack_with_exception_in_tls();

Completed in 94 milliseconds