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

  /dalvik/vm/alloc/
MarkSweep.h 54 void dvmHeapProcessReferences(Object **softReferences, bool clearSoftRefs,
HeapInternal.h 34 Object *softReferences;
MarkSweep.cpp 422 list = &gcHeap->softReferences;
776 void dvmHeapProcessReferences(Object **softReferences, bool clearSoftRefs,
781 assert(softReferences != NULL);
791 preserveSomeSoftReferences(softReferences);
797 clearWhiteReferences(softReferences);
808 clearWhiteReferences(softReferences);
817 assert(*softReferences == NULL);
Heap.cpp 243 * really big. Do another GC, collecting SoftReferences this
244 * time. The VM spec requires that all SoftReferences have
248 LOGI_HEAP("Forcing collection of SoftReferences for %zu-byte allocation",
514 assert(gcHeap->softReferences == NULL);
571 dvmHeapProcessReferences(&gcHeap->softReferences,
Copying.cpp     [all...]

Completed in 166 milliseconds