Searched refs:relocation_end (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp118 relocInfo* relocation_end() const { return (relocInfo*)(header_end() + _relocation_size); } function in class:VALUE_OBJ_CLASS_SPEC
135 int relocation_size() const { return (address) relocation_end() - (address) relocation_begin(); }
142 bool relocation_contains(relocInfo* addr) const{ return relocation_begin() <= addr && addr < relocation_end(); }
H A DrelocInfo.cpp155 _end = nm->relocation_end();
224 // indexSize :relocation_end
231 address relocation_end = (address)dest_end; local
232 int total_size = relocation_end - relocation_begin;
242 jint* index_size_addr = (jint*)relocation_end - 1;
H A Dnmethod.cpp2401 relocation_end(),
2486 jint* index_end = (jint*)relocation_end() - 1;
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp521 buf_limit = (address)dest->relocation_end() - buf;
602 dest->relocation_end());

Completed in 48 milliseconds