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;
777 void dvmHeapProcessReferences(Object **softReferences, bool clearSoftRefs,
782 assert(softReferences != NULL);
792 preserveSomeSoftReferences(softReferences);
798 clearWhiteReferences(softReferences);
809 clearWhiteReferences(softReferences);
818 assert(*softReferences == NULL);
Heap.cpp 244 * really big. Do another GC, collecting SoftReferences this
245 * time. The VM spec requires that all SoftReferences have
249 LOGI_HEAP("Forcing collection of SoftReferences for %zu-byte allocation",
515 assert(gcHeap->softReferences == NULL);
572 dvmHeapProcessReferences(&gcHeap->softReferences,
Copying.cpp     [all...]

Completed in 2432 milliseconds