Searched refs:isUnmarkedObject (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/
H A DIntern.h27 void dvmGcDetachDeadInternedStrings(int (*isUnmarkedObject)(void *));
H A DIntern.cpp169 void dvmGcDetachDeadInternedStrings(int (*isUnmarkedObject)(void *))
176 dvmHashForeachRemove(gDvm.internedStrings, isUnmarkedObject);
H A DSync.h118 void dvmSweepMonitorList(Monitor** mon, int (*isUnmarkedObject)(void*));
H A DSync.cpp219 void dvmSweepMonitorList(Monitor** mon, int (*isUnmarkedObject)(void*)) argument
226 assert(isUnmarkedObject != NULL);
231 if (obj != NULL && (*isUnmarkedObject)(obj) != 0) {
/dalvik/vm/alloc/
H A DMarkSweep.cpp881 static int isUnmarkedObject(void *obj) function
905 dvmGcDetachDeadInternedStrings(isUnmarkedObject);
906 dvmSweepMonitorList(&gDvm.monitorList, isUnmarkedObject);

Completed in 247 milliseconds