Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexCatch.h82 DEX_INLINE void dexCatchIteratorInit(DexCatchIterator* pIterator, in dexCatchIteratorInit() function
157 dexCatchIteratorInit(pIterator, pCode, offset); in dexFindCatchHandler()
DDexFile.cpp510 dexCatchIteratorInit(&iterator, pCode, offset); in dexGetDexCodeSize()
/dalvik/dexdump/
DDexDump.cpp590 dexCatchIteratorInit(&iterator, pCode, pTry->handlerOff); in dumpCatches()