Home
last modified time | relevance | path

Searched refs:dexCatchIteratorNext (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DDexCatch.cpp87 while (dexCatchIteratorNext(pIterator) != NULL) /* empty */ ; in dexCatchIteratorGetEndOffset()
DDexCatch.h90 DEX_INLINE DexCatchHandler* dexCatchIteratorNext(DexCatchIterator* pIterator) { in dexCatchIteratorNext() function
/dalvik/dexdump/
DDexDump.cpp600 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in dumpCatches()