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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp159 _section_start[CodeBuffer::SECT_CONSTS] = nm->consts_begin();
160 _section_start[CodeBuffer::SECT_INSTS ] = nm->insts_begin() ;
161 _section_start[CodeBuffer::SECT_STUBS ] = nm->stub_begin() ;
186 _section_start[n] = cs->start();
408 _section_start[i] = NULL; // these will be lazily computed, if needed
H A DrelocInfo.hpp543 address _section_start[SECT_LIMIT]; member in class:RelocIterator
618 assert(_section_start[n], "must be initialized");
619 return _section_start[n];

Completed in 29 milliseconds