Home | History | Annotate | Download | only in libdex

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)
99 u4 typeIdx = readUnsignedLeb128(&pIterator->pEncodedData);
110 u4 dexCatchIteratorGetEndOffset(DexCatchIterator* pIterator,
115 u4 address);
121 const DexCode* pCode, u4 address) {
132 u4 start = tries[0].startAddr;
138 u4 end = start + tries[0].insnCount;