Searched refs:_relocation_size (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp99 _relocation_size = locs_size;
100 _content_offset = align_code_offset(header_size + _relocation_size);
126 _relocation_size = round_to(cb->total_relocation_size(), oopSize);
127 _content_offset = align_code_offset(header_size + _relocation_size);
H A DcodeBlob.hpp59 int _relocation_size; // size of relocation member in class:VALUE_OBJ_CLASS_SPEC
118 relocInfo* relocation_end() const { return (relocInfo*)(header_end() + _relocation_size); }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp843 nonstatic_field(CodeBlob, _relocation_size, int) \

Completed in 488 milliseconds