Searched refs:dexCatchIteratorNext (Results 1 – 3 of 3) sorted by relevance
87 while (dexCatchIteratorNext(pIterator) != NULL) /* empty */ ; in dexCatchIteratorGetEndOffset()
90 DEX_INLINE DexCatchHandler* dexCatchIteratorNext(DexCatchIterator* pIterator) { in dexCatchIteratorNext() function
593 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in dumpCatches()