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.cpp223 void dvmSweepMonitorList(Monitor** mon, int (*isUnmarkedObject)(void*)) argument
230 assert(isUnmarkedObject != NULL);
235 if (obj != NULL && (*isUnmarkedObject)(obj) != 0) {
/dalvik/vm/alloc/
H A DMarkSweep.cpp880 static int isUnmarkedObject(void *obj) function
904 dvmGcDetachDeadInternedStrings(isUnmarkedObject);
905 dvmSweepMonitorList(&gDvm.monitorList, isUnmarkedObject);

Completed in 81 milliseconds