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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp518 csize_t buf_limit = 0; local
521 buf_limit = (address)dest->relocation_end() - buf;
523 assert(buf_limit % HeapWordSize == 0, "buf must be evenly sized");
557 assert(buf_offset + (csize_t)sizeof(filler) <= buf_limit, "filler in bounds");
572 assert(buf_offset + lsize <= buf_limit, "target in bounds");
590 assert(buf_offset + (csize_t)sizeof(padding) <= buf_limit, "padding in bounds");

Completed in 34 milliseconds