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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp87 if (cs->maybe_expand_to_ensure_remaining(required_space)
111 if (cs->maybe_expand_to_ensure_remaining(pad + required_space)) {
H A DcodeBuffer.hpp232 bool maybe_expand_to_ensure_remaining(csize_t amount);
589 inline bool CodeSection::maybe_expand_to_ensure_remaining(csize_t amount) { function in class:CodeSection
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1478 cb->insts()->maybe_expand_to_ensure_remaining(MAX_inst_size);

Completed in 41 milliseconds