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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp207 return section_start(n) <= addr() && addr() < section_end(n);
620 address base = binding()->section_start(CodeBuffer::SECT_INSTS);
715 address base = binding()->section_start(sindex);
H A DrelocInfo.hpp617 address section_start(int n) const { function in class:RelocIterator

Completed in 37 milliseconds