Searched refs:dvmHashForeach (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/ |
D | Hash.h | 159 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
|
D | Intern.c | 189 dvmHashForeach(gDvm.literalStrings, markStringObject, NULL); in dvmGcScanInternedStrings()
|
D | Hash.c | 320 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg) in dvmHashForeach() function
|
D | Native.c | 761 return (void*) dvmHashForeach(gDvm.nativeLibs, findMethodInLib, in lookupSharedLibMethod()
|
D | Profile.c | 323 dvmHashForeach(gDvm.loadedClasses, dumpMarkedMethods, (void*) fp); in dumpMethodList()
|
D | Debugger.c | 261 dvmHashForeach(gDvm.dbgRegistry, markRef, NULL); in dvmGcMarkDebuggerRefs() 612 if (dvmHashForeach(gDvm.loadedClasses, copyRefType, &pRefType) != 0) { in dvmDbgGetClassList()
|
/dalvik/vm/test/ |
D | TestHash.c | 45 dvmHashForeach(pTab, printFunc, &count); in dumpForeach()
|
/dalvik/vm/compiler/ |
D | Utility.c | 230 dvmHashForeach(gDvmJit.methodStatsTable, dumpMethodStats, in dvmCompilerDumpStats()
|
/dalvik/vm/oo/ |
D | Class.c | 4620 result = dvmHashForeach(gDvm.loadedClasses, findClassCallback, in dvmFindLoadedClass() 4789 dvmHashForeach(gDvm.loadedClasses, dumpClass, (void*) flags); in dvmDumpAllClasses() 4859 dvmHashForeach(gDvm.loadedClasses, dumpAccessCounts, NULL); in dvmDumpFieldAccessCounts() 4886 dvmHashForeach(gDvm.loadedClasses, markClassObject, NULL); in dvmGcScanRootClassLoader()
|