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

/dalvik/vm/alloc/
H A DVisit.cpp68 static void visitIndirectRefTable(RootVisitor *visitor, IndirectRefTable *table, function
172 visitIndirectRefTable(visitor, &thread->jniLocalRefTable, threadId, ROOT_JNI_LOCAL, arg);
224 visitIndirectRefTable(visitor, &gDvm.jniGlobalRefTable, 0, ROOT_JNI_GLOBAL, arg);

Completed in 329 milliseconds