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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3512 int exception_in_tls_offset = __ offset() - start; local
3633 _deopt_blob->set_unpack_with_exception_in_tls_offset(exception_in_tls_offset);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2880 int exception_in_tls_offset = __ pc() - start; local
3150 _deopt_blob->set_unpack_with_exception_in_tls_offset(exception_in_tls_offset);
H A DsharedRuntime_x86_64.cpp3360 int exception_in_tls_offset = __ pc() - start; local
3601 _deopt_blob->set_unpack_with_exception_in_tls_offset(exception_in_tls_offset);

Completed in 62 milliseconds