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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp116 address header_end() const { return ((address) this) + _header_size; }; function in class:VALUE_OBJ_CLASS_SPEC
117 relocInfo* relocation_begin() const { return (relocInfo*) header_end(); };
118 relocInfo* relocation_end() const { return (relocInfo*)(header_end() + _relocation_size); }

Completed in 32 milliseconds