OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
684
* (This is a
dvmHashForeach
callback.)
762
return (void*)
dvmHashForeach
(gDvm.nativeLibs, findMethodInLib,
Profile.cpp
440
* This is a
dvmHashForeach
callback.
490
dvmHashForeach
(gDvm.loadedClasses, dumpMarkedMethods, (void*) fp);
[
all
...]
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 175 milliseconds