HomeSort by relevance Sort by last modified time
    Searched defs:bootstrapMethodIndex (Results 1 - 9 of 9) sorted by null

  /external/proguard/src/proguard/classfile/editor/
BootstrapMethodInfoAdder.java 37 private int bootstrapMethodIndex;
57 return bootstrapMethodIndex;
83 bootstrapMethodIndex =
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInvokeDynamic.java 30 private final int bootstrapMethodIndex;
51 * @param bootstrapMethodIndex The index of the bootstrap method in the bootstrap method table
55 public static CstInvokeDynamic make(int bootstrapMethodIndex, CstNat nat) {
56 return new CstInvokeDynamic(bootstrapMethodIndex, nat);
62 * @param bootstrapMethodIndex The index of the bootstrap method in the bootstrap method table
65 private CstInvokeDynamic(int bootstrapMethodIndex, CstNat nat) {
66 this.bootstrapMethodIndex = bootstrapMethodIndex;
108 return "InvokeDynamic(" + klass + ":" + bootstrapMethodIndex + ", " + nat.toHuman() + ")";
121 int result = Integer.compare(bootstrapMethodIndex, otherInvoke.getBootstrapMethodIndex())
    [all...]
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 381 int bootstrapMethodIndex = bytes.getUnsignedShort(at + 1);
384 cst = CstInvokeDynamic.make(bootstrapMethodIndex, nat);
  /external/proguard/src/proguard/shrink/
UsageMarker.java 542 private int bootstrapMethodIndex;
545 private MyBootStrapMethodUsageMarker(int bootstrapMethodIndex)
547 this.bootstrapMethodIndex = bootstrapMethodIndex;
566 bootstrapMethodIndex,
    [all...]
  /external/guice/lib/build/
asm-6.0.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/proguard/lib/
proguard.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 205 milliseconds