Home
last modified time | relevance | path

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

/dalvik/vm/
DHash.h159 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
DHash.cpp321 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg) in dvmHashForeach() function
DNative.cpp760 return (void*) dvmHashForeach(gDvm.nativeLibs, findMethodInLib, in lookupSharedLibMethod()
DProfile.cpp347 dvmHashForeach(gDvm.loadedClasses, dumpMarkedMethods, (void*) fp); in dumpMethodList()
DDebugger.cpp589 if (dvmHashForeach(gDvm.loadedClasses, copyRefType, &pRefType) != 0) { in dvmDbgGetClassList()
/dalvik/vm/test/
DTestHash.cpp45 dvmHashForeach(pTab, printFunc, &count); in dumpForeach()
/dalvik/vm/compiler/
DUtility.cpp254 dvmHashForeach(gDvmJit.methodStatsTable, dumpMethodStats, in dvmCompilerDumpStats()
/dalvik/vm/oo/
DClass.cpp4638 result = dvmHashForeach(gDvm.loadedClasses, findClassCallback, in dvmFindLoadedClass()
4804 dvmHashForeach(gDvm.loadedClasses, dumpClass, (void*) flags); in dvmDumpAllClasses()