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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp360 int _unpack_with_exception_in_tls; member in class:DeoptimizationBlob
410 _unpack_with_exception_in_tls = offset;
411 assert(code_contains(code_begin() + _unpack_with_exception_in_tls), "must be PC inside codeblob");
413 address unpack_with_exception_in_tls() const { return code_begin() + _unpack_with_exception_in_tls; }
H A DcodeBlob.cpp381 _unpack_with_exception_in_tls = -1;

Completed in 395 milliseconds