HomeSort by relevance Sort by last modified time
    Searched full:instructionslength (Results 1 - 1 of 1) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 222 int instructionsLength = getInstructionsLength();
236 out.annotate(4, "insns_size: 0x" + Integer.toHexString(instructionsLength) + " (" +
237 (instructionsLength) + ")");
254 out.writeInt(instructionsLength);
    [all...]

Completed in 29 milliseconds