Lines Matching refs:u4
31 u4 typeIdx; /* type index of the caught exception type */
32 u4 address; /* handler address */
38 u4 dexGetFirstHandlerOffset(const DexCode* pCode);
41 u4 dexGetHandlersSize(const DexCode* pCode);
50 u4 countRemaining;
83 const DexCode* pCode, u4 offset) in dexCatchIteratorInit()
99 u4 typeIdx = readUnsignedLeb128(&pIterator->pEncodedData); in dexCatchIteratorNext()
110 u4 dexCatchIteratorGetEndOffset(DexCatchIterator* pIterator,
115 u4 address);
121 const DexCode* pCode, u4 address) { in dexFindCatchHandler()
132 u4 start = tries[0].startAddr; in dexFindCatchHandler()
138 u4 end = start + tries[0].insnCount; in dexFindCatchHandler()