Searched defs:ADD_REF_TO_LIST (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DMarkSweep.c639 #define ADD_REF_TO_LIST(list, ref) \ macro
666 ADD_REF_TO_LIST(gcHeap->softReferences, obj);
682 ADD_REF_TO_LIST(gcHeap->weakReferences, obj);
684 ADD_REF_TO_LIST(gcHeap->phantomReferences, obj);
689 #undef ADD_REF_TO_LIST macro

Completed in 19 milliseconds