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

  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 133 public void visitMethodrefConstant(Clazz clazz, MethodrefConstant methodrefConstant)
136 descriptor = methodrefConstant.getType(clazz);
137 methodrefConstant.referencedMemberAccept(this);
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java 399 InterfaceMethodrefConstant methodrefConstant = (InterfaceMethodrefConstant)constant;
400 if (methodrefConstant.u2classIndex == classIndex &&
401 methodrefConstant.u2nameAndTypeIndex == nameAndTypeIndex)
416 * Finds or creates a MethodrefConstant constant pool entry for the given
418 * @return the constant pool index of the MethodrefConstant.
432 * Finds or creates a MethodrefConstant constant pool entry with the given
434 * @return the constant pool index of the MethodrefConstant.
450 * Finds or creates a MethodrefConstant constant pool entry with the given
452 * @return the constant pool index of the MethodrefConstant.
467 * Finds or creates a MethodrefConstant constant pool entry with the give
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 442 public void visitMethodrefConstant(Clazz clazz, MethodrefConstant methodrefConstant)
444 methodrefConstant.referencedMemberAccept(this);

Completed in 101 milliseconds