Searched defs:instructionCount (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DCode.java69 final int instructionCount; field in class:Code.Try
72 Try(int startAddress, int instructionCount, int catchHandlerIndex) { argument
74 this.instructionCount = instructionCount;
83 return instructionCount;

Completed in 141 milliseconds