Home
last modified time | relevance | path

Searched refs:visitReferenceTable (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/alloc/
DVisit.cpp54 static void visitReferenceTable(RootVisitor *visitor, ReferenceTable *table, in visitReferenceTable() function
171 visitReferenceTable(visitor, &thread->internalLocalRefTable, threadId, ROOT_NATIVE_STACK, arg); in visitThread()
174 visitReferenceTable(visitor, &thread->jniMonitorRefTable, threadId, ROOT_JNI_MONITOR, arg); in visitThread()
227 visitReferenceTable(visitor, &gDvm.jniPinRefTable, 0, ROOT_VM_INTERNAL, arg); in dvmVisitRoots()