Searched refs:_consts (Results 1 - 2 of 2) 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); }
H A DcodeBuffer.cpp67 // _consts._start -> |----------------|
203 _consts._start = _consts._end = badAddress;

Completed in 1533 milliseconds