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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.cpp174 return incomplete;
179 if (status != incomplete) {
222 return incomplete;
227 if (status != incomplete) {
H A DparMarkBitMap.hpp41 enum IterationStatus { incomplete, complete, full, would_overflow }; enumerator in enum:ParMarkBitMap::IterationStatus
90 // incomplete The iteration is not complete. The last object that
H A DpsParallelCompact.cpp3067 if (status == ParMarkBitMap::incomplete) {
3390 if (status == ParMarkBitMap::incomplete) {
3607 return is_full() ? ParMarkBitMap::full : ParMarkBitMap::incomplete;
3623 return ParMarkBitMap::incomplete;
H A DpsParallelCompact.hpp1536 // full (if the closure is full) or incomplete. If the object will not fit,
1617 return ParMarkBitMap::incomplete;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSeq.cpp191 blk->incomplete();
198 blk->incomplete();
H A DheapRegion.hpp833 void incomplete() { _complete = false; } function in class:HeapRegionClosure
H A Dg1CollectedHeap.cpp3011 cl->incomplete();
3031 cl->incomplete();
3040 cl->incomplete();
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES2702 Removed malformed "incomplete struct declaration" of png_info from png.h

Completed in 81 milliseconds