HomeSort by relevance Sort by last modified time
    Searched refs:dvmHashForeach (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/
Hash.h 42 * Used by dvmHashForeach().
159 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
172 * An alternative to dvmHashForeach(), using an iterator.
Hash.cpp 321 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg)
Native.cpp 682 * (This is a dvmHashForeach callback.)
760 return (void*) dvmHashForeach(gDvm.nativeLibs, findMethodInLib,
Profile.cpp 297 * This is a dvmHashForeach callback.
347 dvmHashForeach(gDvm.loadedClasses, dumpMarkedMethods, (void*) fp);
Debugger.cpp 564 * dvmHashForeach callback
589 if (dvmHashForeach(gDvm.loadedClasses, copyRefType, &pRefType) != 0) {
    [all...]
  /dalvik/vm/test/
TestHash.cpp 45 dvmHashForeach(pTab, printFunc, &count);
  /dalvik/vm/compiler/
Utility.cpp 204 * dvmHashForeach callback.
254 dvmHashForeach(gDvmJit.methodStatsTable, dumpMethodStats,
  /dalvik/vm/oo/
Class.cpp     [all...]

Completed in 285 milliseconds