Searched defs:_consts (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp320 CodeSection _consts; // constants, jump tables member in class:CodeBuffer
350 _consts.initialize_outer(this, SECT_CONSTS);
358 assert(!_consts.is_allocated(), "no garbage here");
428 CodeSection* consts() { return &_consts; }
435 // that the various members (_consts, _insts, _stubs, etc.) are
437 CodeSection* cs = &_consts + n;
514 void initialize_consts_size(csize_t size) { initialize_section_size(&_consts, size); }

Completed in 75 milliseconds