Searched refs:SECT_NONE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp521 guarantee(sect != CodeBuffer::SECT_NONE, "lost track of this address");
530 int sect = CodeBuffer::SECT_NONE;
535 if (sect != CodeBuffer::SECT_NONE) break;
537 guarantee(sect != CodeBuffer::SECT_NONE, "lost track of this address");
669 if (sindex == CodeBuffer::SECT_NONE && _target != NULL
672 guarantee(sindex != CodeBuffer::SECT_NONE, "must belong somewhere");
683 if (sindex == CodeBuffer::SECT_NONE) {
707 _section = CodeBuffer::SECT_NONE;
967 assert(src->section_index_of(target) == CodeBuffer::SECT_NONE, "sanity");
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp309 SECT_LIMIT, SECT_NONE = -1 enumerator in enum:CodeBuffer::__anon119
448 return section_index_of(addr) > SECT_NONE;
H A DcodeBuffer.cpp235 return SECT_NONE;

Completed in 50 milliseconds