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

  /dalvik/vm/alloc/
MarkSweep.h 57 Object **phantomReferences);
HeapInternal.h 37 Object *phantomReferences;
Heap.cpp 518 assert(gcHeap->phantomReferences == NULL);
576 &gcHeap->phantomReferences);
MarkSweep.cpp 428 list = &gcHeap->phantomReferences;
780 Object **phantomReferences)
785 assert(phantomReferences != NULL);
814 clearWhiteReferences(phantomReferences);
821 assert(*phantomReferences == NULL);
Copying.cpp     [all...]

Completed in 51 milliseconds