HomeSort by relevance Sort by last modified time
    Searched refs:isPartial (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/alloc/
MarkSweep.h 49 bool dvmHeapBeginMarkStep(bool isPartial);
60 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
Heap.h 24 bool isPartial;
HeapSource.h 191 void *dvmHeapSourceGetImmuneLimit(bool isPartial);
Heap.cpp 35 true, /* isPartial */
44 true, /* isPartial */
53 false, /* isPartial */
62 false, /* isPartial */
495 if (!dvmHeapBeginMarkStep(spec->isPartial)) {
602 dvmHeapSweepUnmarkedObjects(spec->isPartial, spec->isConcurrent,
MarkSweep.cpp 89 bool dvmHeapBeginMarkStep(bool isPartial)
97 ctx->immuneLimit = (char*)dvmHeapSourceGetImmuneLimit(isPartial);
915 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
926 if (isPartial) {
HeapSource.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 216 /// isPartial - Return true if the original copy instruction did not copy the
218 bool isPartial() const { return partial_; }
RegisterCoalescer.cpp     [all...]

Completed in 245 milliseconds