HomeSort by relevance Sort by last modified time
    Searched refs:instructionsSize (Results 1 - 3 of 3) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedMethodImplementation.java 68 // instructionsSize is the number of 16-bit code units in the instruction list, not the number of instructions
69 int instructionsSize = dexFile.readSmallUint(codeOffset + CodeItem.INSTRUCTION_COUNT_OFFSET);
72 final int endOffset = instructionsStartOffset + (instructionsSize*2);
102 int instructionsSize = dexFile.readSmallUint(codeOffset + CodeItem.INSTRUCTION_COUNT_OFFSET);
104 codeOffset + CodeItem.INSTRUCTION_START_OFFSET + (instructionsSize*2), 4);
  /dalvik/dx/src/com/android/dex/
Dex.java 477 int instructionsSize = readInt();
478 short[] instructions = readShortArray(instructionsSize);
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 459 milliseconds