Lines Matching refs:u4
36 static u4 extractCatchHandlers(const DexCode* pCode, const DexTry* pTry,
37 u4* addrBuf, size_t addrBufSize)
72 static VfyBasicBlock* allocVfyBasicBlock(VerifierData* vdata, u4 idx)
92 newBlock->firstAddr = (u4) -1; // DEBUG
108 u4 targetIdx)
158 u4 curIdx, OpcodeFlags opFlags, u4 nextIdx, u4* handlerList,
182 assert(absOffset >= 0 && (u4) absOffset < vdata->insnsSize);
215 u4 switchIdx;
222 assert(absOffset >= 0 && (u4) absOffset < vdata->insnsSize);
299 const u4 insnsSize = vdata->insnsSize;
303 u4 handlerAddrs[kHandlerStackAllocSize];
304 u4* handlerListAlloc = NULL;
305 u4* handlerList = NULL;
307 u4 idx, blockStartAddr;
339 u4 tryIndex = 0, tryStart = 0, tryEnd = 0;
344 u4 debugBBIndex = 0;
386 handlerListAlloc = (u4*) malloc(sizeof(u4) * numHandlers);