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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp165 bool is_allocated() const { return _start != NULL; } function in class:VALUE_OBJ_CLASS_SPEC
357 assert(!_stubs.is_allocated(), "no garbage here");
358 assert(!_consts.is_allocated(), "no garbage here");
438 assert(cs->index() == n || !cs->is_allocated(), "sanity");
H A DcodeBuffer.cpp181 if (!next_cs->is_allocated() && !next_cs->is_frozen()) {
388 assert(is_allocated(), "must have copied code already");
481 assert(dest_cs->is_allocated(), "must always be allocated");
856 if (!sect->is_allocated() || sect->is_empty()) continue;
862 if (!other->is_allocated() || other == sect) continue;
879 if (!sect->is_allocated() || sect->is_empty()) continue;
H A Dassembler.cpp73 assert(cs->is_allocated(), "need to pre-allocate this section");
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.hpp138 bool is_allocated();
H A DpsOldGen.cpp154 bool PSOldGen::is_allocated() { function in class:PSOldGen
H A DpsParallelCompact.cpp889 if (!heap->old_gen()->is_allocated()) {

Completed in 5508 milliseconds