Home
last modified time | relevance | path

Searched refs:catchesAll (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DDexCatch.h49 bool catchesAll; member
58 pIterator->catchesAll = false; in dexCatchIteratorClear()
71 pIterator->catchesAll = true; in dexCatchIteratorInitToPointer()
74 pIterator->catchesAll = false; in dexCatchIteratorInitToPointer()
92 if (! pIterator->catchesAll) { in dexCatchIteratorNext()
96 pIterator->catchesAll = false; in dexCatchIteratorNext()
/dalvik/dx/src/com/android/dx/dex/file/
DCatchStructs.java151 boolean catchesAll = list.catchesAll(); in encode()
156 if (catchesAll) { in encode()
171 if (catchesAll) { in encode()
/dalvik/dx/src/com/android/dx/dex/code/
DCatchHandlerList.java83 if ((i == (size - 1)) && catchesAll()) { in toHuman()
103 public boolean catchesAll() { in catchesAll() method in CatchHandlerList