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

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 839 short[] newInstructions = transformer.transform(instructions);
840 codeOut.writeInt(newInstructions.length);
841 codeOut.write(newInstructions);
844 if (newInstructions.length % 2 == 1) {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 399 * @param newInstructions the new instructions to use for this code item
401 public void updateCode(Instruction[] newInstructions) {
402 this.instructions = newInstructions;
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 303 milliseconds