Searched refs:SECT_INSTS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp344 if (sect() == CodeBuffer::SECT_INSTS) {
350 if (sect() == CodeBuffer::SECT_INSTS || sect() == CodeBuffer::SECT_STUBS) {
H A DcodeBuffer.hpp307 SECT_INSTS, // Executable instructions. enumerator in enum:CodeBuffer::__anon119
351 _insts.initialize_outer(this, SECT_INSTS);
H A DcodeBuffer.cpp223 case SECT_INSTS: return "insts";
711 } else if (n == SECT_INSTS) {
787 if (n != SECT_INSTS) {
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp160 _section_start[CodeBuffer::SECT_INSTS ] = nm->insts_begin() ;
164 _section_end [CodeBuffer::SECT_INSTS ] = nm->insts_end() ;
620 address base = binding()->section_start(CodeBuffer::SECT_INSTS);

Completed in 40 milliseconds