Searched refs:dvmHashForeach (Results 1 – 8 of 8) sorted by relevance
/dalvik/vm/ |
D | Hash.h | 159 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
|
D | Hash.cpp | 321 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg) in dvmHashForeach() function
|
D | Native.cpp | 760 return (void*) dvmHashForeach(gDvm.nativeLibs, findMethodInLib, in lookupSharedLibMethod()
|
D | Profile.cpp | 347 dvmHashForeach(gDvm.loadedClasses, dumpMarkedMethods, (void*) fp); in dumpMethodList()
|
D | Debugger.cpp | 589 if (dvmHashForeach(gDvm.loadedClasses, copyRefType, &pRefType) != 0) { in dvmDbgGetClassList()
|
/dalvik/vm/test/ |
D | TestHash.cpp | 45 dvmHashForeach(pTab, printFunc, &count); in dumpForeach()
|
/dalvik/vm/compiler/ |
D | Utility.cpp | 254 dvmHashForeach(gDvmJit.methodStatsTable, dumpMethodStats, in dvmCompilerDumpStats()
|
/dalvik/vm/oo/ |
D | Class.cpp | 4638 result = dvmHashForeach(gDvm.loadedClasses, findClassCallback, in dvmFindLoadedClass() 4804 dvmHashForeach(gDvm.loadedClasses, dumpClass, (void*) flags); in dvmDumpAllClasses()
|