Searched refs:_total_start (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp58 // _total_start -> \
102 initialize(_total_start, _total_size);
197 _total_start = start;
202 _total_start = badAddress;
434 address buf = dest->_total_start;
441 assert( (dest->_total_start - _insts.start()) % alignSize == 0, "copy must preserve alignment");
637 address dest_end = dest->_total_start + dest->_total_size;
776 CodeBuffer* bxp = new CodeBuffer(_total_start, _total_size);
809 debug_only(Copy::fill_to_bytes(bxp->_total_start, bxp->_total_size,
845 address tstart = _total_start;
[all...]
H A DcodeBuffer.hpp327 address _total_start; // first address of combined memory buffer member in class:CodeBuffer
353 _total_start = code_start;

Completed in 34 milliseconds