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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp239 if (branch_sect == CodeBuffer::SECT_CONSTS) {
390 if (branch_sect == CodeBuffer::SECT_CONSTS) {
H A DcodeBuffer.hpp306 SECT_CONSTS = SECT_FIRST, // Non-instruction data: Floats, jump tables, etc. enumerator in enum:CodeBuffer::__anon119
350 _consts.initialize_outer(this, SECT_CONSTS);
H A DcodeBuffer.cpp222 case SECT_CONSTS: return "consts";
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp159 _section_start[CodeBuffer::SECT_CONSTS] = nm->consts_begin();
163 _section_end [CodeBuffer::SECT_CONSTS] = nm->consts_end() ;
206 const int n = CodeBuffer::SECT_CONSTS;

Completed in 40 milliseconds