Home
last modified time | relevance | path

Searched refs:DexCatchIterator (Results 1 – 4 of 4) sorted by relevance

/dalvik/libdex/
DDexCatch.h47 struct DexCatchIterator { struct
56 DEX_INLINE void dexCatchIteratorClear(DexCatchIterator* pIterator) { in dexCatchIteratorClear()
65 DEX_INLINE void dexCatchIteratorInitToPointer(DexCatchIterator* pIterator, in dexCatchIteratorInitToPointer()
82 DEX_INLINE void dexCatchIteratorInit(DexCatchIterator* pIterator, in dexCatchIteratorInit()
90 DEX_INLINE DexCatchHandler* dexCatchIteratorNext(DexCatchIterator* pIterator) { in dexCatchIteratorNext()
110 u4 dexCatchIteratorGetEndOffset(DexCatchIterator* pIterator,
120 DEX_INLINE bool dexFindCatchHandler(DexCatchIterator *pIterator, in dexFindCatchHandler()
DDexCatch.cpp85 u4 dexCatchIteratorGetEndOffset(DexCatchIterator* pIterator, in dexCatchIteratorGetEndOffset()
DDexFile.cpp509 DexCatchIterator iterator; in dexGetDexCodeSize()
/dalvik/dexdump/
DDexDump.cpp586 DexCatchIterator iterator; in dumpCatches()