Home
last modified time | relevance | path

Searched refs:HashIter (Results 1 – 8 of 8) sorted by relevance

/dalvik/vm/
DHash.h182 typedef struct HashIter { struct
186 } HashIter; argument
187 INLINE void dvmHashIterNext(HashIter* pIter) { in dvmHashIterNext()
197 INLINE void dvmHashIterBegin(HashTable* pHashTable, HashIter* pIter) { in dvmHashIterBegin()
202 INLINE bool dvmHashIterDone(HashIter* pIter) { in dvmHashIterDone()
205 INLINE void* dvmHashIterData(HashIter* pIter) { in dvmHashIterData()
DHash.c393 HashIter iter; in dvmHashTableProbeCount()
DDebugger.c612 HashIter iter; in dvmDbgGetVisibleClassList()
/dalvik/vm/hprof/
DHprofStackFrame.c29 HashIter iter; in hprofStartup_StackFrame()
86 HashIter iter; in hprofShutdown_StackFrame()
180 HashIter iter; in hprofDumpStackFrames()
DHprofStack.c43 HashIter iter; in hprofStartup_Stack()
62 HashIter iter; in hprofShutdown_Stack()
160 HashIter iter; in hprofDumpStacks()
DHprofString.c83 HashIter iter; in hprofDumpStrings()
DHprofClass.c185 HashIter iter; in hprofDumpClasses()
/dalvik/vm/test/
DTestHash.c57 HashIter iter; in dumpIterator()
156 HashIter iter; in dvmTestHash()