Searched refs:_section (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1184 _section = -1; // self-relative
1189 int _section; // section providing base address, if any member in class:internal_word_Relocation
1201 // If _section is not -1, it is appended to the low bits of the offset.
1207 int section() { return _section; }
1225 _section = section;
H A DrelocInfo.cpp668 int sindex = _section;
707 _section = CodeBuffer::SECT_NONE;
717 _section = sindex;

Completed in 52 milliseconds