Home
last modified time | relevance | path

Searched refs:catchHandlerIndex (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dex/
DCode.java70 final int catchHandlerIndex; field in Code.Try
72 Try(int startAddress, int instructionCount, int catchHandlerIndex) { in Try() argument
75 this.catchHandlerIndex = catchHandlerIndex; in Try()
91 return catchHandlerIndex; in getCatchHandlerIndex()
DDex.java520 int catchHandlerIndex = findCatchHandlerIndex(catchHandlers, handlerOffset); in readTries() local
521 result[i] = new Try(startAddress, instructionCount, catchHandlerIndex); in readTries()