Searched refs:triesSize (Results 1 – 15 of 15) sorted by relevance
27 if (pCode->triesSize == 0) { in dexGetFirstHandlerOffset()41 if (pCode->triesSize == 0) { in dexGetHandlersSize()52 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries, in dexFindCatchHandlerOffset0() argument56 int max = triesSize - 1; in dexFindCatchHandlerOffset0()
114 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries,122 u2 triesSize = pCode->triesSize; in dexFindCatchHandler() local126 switch (triesSize) { in dexFindCatchHandler()148 offset = dexFindCatchHandlerOffset0(triesSize, dexGetTries(pCode), in dexFindCatchHandler()
341 u2 triesSize; member769 return (const u1*) &pTries[pCode->triesSize]; in dexGetCatchHandlerData()
503 if (pCode->triesSize != 0) { in dexGetDexCodeSize()
1753 u4 count = code->triesSize; in swapTriesAndCatches()1810 SWAP_FIELD2(item->triesSize); in swapCodeItem()1842 if (item->triesSize == 0) { in swapCodeItem()
97 public int triesSize() { in triesSize() method in CatchStructs183 return (triesSize() * TRY_ITEM_WRITE_SIZE) + in writeSize()
240 int triesSz = (catches == null) ? 0 : catches.triesSize(); in writeTo0()
99 public int triesSize() { in triesSize() method in CatchStructs185 return (triesSize() * TRY_ITEM_WRITE_SIZE) + in writeSize()
438 int triesSize = readUnsignedShort();442 Code.Try[] tries = new Code.Try[triesSize];444 if (triesSize > 0) {449 for (int i = 0; i < triesSize; i++) {
340 if (pCode->triesSize != 0) { in dvmComputeVfyBasicBlocks()358 if (tryIndex == pCode->triesSize) { in dvmComputeVfyBasicBlocks()
141 u4 triesSize = pCode->triesSize; in scanTryCatchBlocks() local145 if (triesSize == 0) { in scanTryCatchBlocks()151 for (idx = 0; idx < triesSize; idx++) { in scanTryCatchBlocks()
2926 if (pCode->triesSize != 0) { in getCaughtExceptionType()
566 u4 triesSize = pCode->triesSize; in dumpCatches() local568 if (triesSize == 0) { in dumpCatches()573 printf(" catches : %d\n", triesSize); in dumpCatches()578 for (i = 0; i < triesSize; i++) { in dumpCatches()
846 int triesSize = pCode->triesSize; in processTryCatchBlocks() local850 if (triesSize == 0) { in processTryCatchBlocks()858 for (i = 0; i < triesSize; i++) { in processTryCatchBlocks()