Home
last modified time | relevance | path

Searched refs:thisEntry (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DCatchTable.java75 Entry thisEntry = get(i); in compareTo() local
77 int compare = thisEntry.compareTo(otherEntry); in compareTo()
DCatchHandlerList.java147 Entry thisEntry = get(i); in compareTo() local
149 int compare = thisEntry.compareTo(otherEntry); in compareTo()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c2192 pANTLR3_TRIE_ENTRY thisEntry; in freeIntNode() local
2218 thisEntry = node->buckets; in freeIntNode()
2220 while (thisEntry != NULL) in freeIntNode()
2222 nextEntry = thisEntry->next; in freeIntNode()
2226 if (thisEntry->type == ANTLR3_HASH_TYPE_STR && thisEntry->freeptr != NULL) in freeIntNode()
2228 thisEntry->freeptr(thisEntry->data.ptr); in freeIntNode()
2233 ANTLR3_FREE(thisEntry); in freeIntNode()
2234 thisEntry = nextEntry; /* See if there are any more to free */ in freeIntNode()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoDecoder.java254 LocalEntry thisEntry = in decode0() local
256 locals.add(thisEntry); in decode0()
257 lastEntryForReg[curReg] = thisEntry; in decode0()