Searched refs:triesSize (Results 1 - 10 of 10) sorted by relevance

/dalvik/libdex/
H A DDexCatch.c27 if (pCode->triesSize == 0) {
41 if (pCode->triesSize == 0) {
52 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries, argument
56 int max = triesSize - 1;
H A DDexCatch.h114 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries,
122 u2 triesSize = pCode->triesSize; local
126 switch (triesSize) {
148 offset = dexFindCatchHandlerOffset0(triesSize, dexGetTries(pCode),
H A DDexFile.h319 u2 triesSize; member in struct:DexCode
324 /* followed by try_item[triesSize] */
757 return (const u1*) &pTries[pCode->triesSize];
H A DDexSwapVerify.c1751 u4 count = code->triesSize;
1808 SWAP_FIELD2(item->triesSize);
1821 if (item->triesSize == 0) {
H A DDexFile.c934 if (pCode->triesSize != 0) {
/dalvik/vm/analysis/
H A DVerifySubs.c118 u4 triesSize = pCode->triesSize; local
124 if (triesSize == 0) {
131 for (i = 0; i < triesSize; i++) {
H A DCodeVerify.c2711 if (pCode->triesSize != 0) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DCatchStructs.java99 public int triesSize() { method in class:CatchStructs
185 return (triesSize() * TRY_ITEM_WRITE_SIZE) +
H A DCodeItem.java240 int triesSz = (catches == null) ? 0 : catches.triesSize();
/dalvik/dexdump/
H A DDexDump.c463 u4 triesSize = pCode->triesSize; local
465 if (triesSize == 0) {
470 printf(" catches : %d\n", triesSize);
475 for (i = 0; i < triesSize; i++) {

Completed in 151 milliseconds