Searched refs:header_end (Results 1 - 2 of 2) 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); }
H A Dnmethod.cpp2496 header_end()+ip[0],

Completed in 317 milliseconds