Searched defs:_content_offset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp60 int _content_offset; // offset to where content region begins (this includes consts, insts, stubs) member in class:VALUE_OBJ_CLASS_SPEC
119 address content_begin() const { return (address) header_begin() + _content_offset; }
128 int content_offset() const { return _content_offset; }

Completed in 73 milliseconds