Searched defs:_unpack_with_exception_in_tls (Results 1 - 1 of 1) 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; }

Completed in 31 milliseconds