Home
last modified time | relevance | path

Searched refs:getReferenceKind (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
DMethodHandleConstant.java82 public int getReferenceKind() in getReferenceKind() method in MethodHandleConstant
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java185 int kind = methodHandleConstant.getReferenceKind();
186 int otherKind = otherMethodHandleConstant.getReferenceKind();
DConstantAdder.java180 constantPoolEditor.addMethodHandleConstant(methodHandleConstant.getReferenceKind(), in visitMethodHandleConstant()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java450 matchingArguments(methodHandleConstant.getReferenceKind(), in visitMethodHandleConstant()
451 methodHandlePatternConstant.getReferenceKind()) && in visitMethodHandleConstant()