HomeSort by relevance Sort by last modified time
    Searched refs:dvmHashForeach (Results 1 - 9 of 9) 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.
Intern.c 189 dvmHashForeach(gDvm.literalStrings, markStringObject, NULL);
Hash.c 320 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg)
Native.c 683 * (This is a dvmHashForeach callback.)
761 return (void*) dvmHashForeach(gDvm.nativeLibs, findMethodInLib,
Profile.c 273 * This is a dvmHashForeach callback.
323 dvmHashForeach(gDvm.loadedClasses, dumpMarkedMethods, (void*) fp);
Debugger.c 261 dvmHashForeach(gDvm.dbgRegistry, markRef, NULL);
588 * dvmHashForeach callback
612 if (dvmHashForeach(gDvm.loadedClasses, copyRefType, &pRefType) != 0) {
    [all...]
  /dalvik/vm/test/
TestHash.c 45 dvmHashForeach(pTab, printFunc, &count);
  /dalvik/vm/compiler/
Utility.c 180 * dvmHashForeach callback.
230 dvmHashForeach(gDvmJit.methodStatsTable, dumpMethodStats,
  /dalvik/vm/oo/
Class.c     [all...]

Completed in 62 milliseconds