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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp163 _section_end [CodeBuffer::SECT_CONSTS] = nm->consts_end() ;
164 _section_end [CodeBuffer::SECT_INSTS ] = nm->insts_end() ;
165 _section_end [CodeBuffer::SECT_STUBS ] = nm->stub_end() ;
187 _section_end [n] = cs->end();
409 _section_end [i] = NULL;
H A DrelocInfo.hpp544 address _section_end [SECT_LIMIT]; member in class:RelocIterator
622 assert(_section_end[n], "must be initialized");
623 return _section_end[n];

Completed in 38 milliseconds