Searched defs:DexCatchIterator (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexCatch.h47 struct DexCatchIterator { struct
54 /* Initialize a DexCatchIterator to emptiness. This mostly exists to
56 DEX_INLINE void dexCatchIteratorClear(DexCatchIterator* pIterator) {
64 /* Initialize a DexCatchIterator with a direct pointer to encoded handlers. */
65 DEX_INLINE void dexCatchIteratorInitToPointer(DexCatchIterator* pIterator,
81 /* Initialize a DexCatchIterator to a particular handler offset. */
82 DEX_INLINE void dexCatchIteratorInit(DexCatchIterator* pIterator,
89 /* Get the next item from a DexCatchIterator. Returns NULL if at end. */
90 DEX_INLINE DexCatchHandler* dexCatchIteratorNext(DexCatchIterator* pIterator) {
110 u4 dexCatchIteratorGetEndOffset(DexCatchIterator* pIterato
[all...]

Completed in 2257 milliseconds