Home
last modified time | relevance | path

Searched refs:getBootstrapMethodIndex (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
DCstInvokeDynamic.java121 int result = Integer.compare(bootstrapMethodIndex, otherInvoke.getBootstrapMethodIndex()); in compareTo0()
144 public int getBootstrapMethodIndex() { in getBootstrapMethodIndex() method in CstInvokeDynamic
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java170 int index = cstInvokeDynamic.getBootstrapMethodIndex(); in translate0()