Home
last modified time | relevance | path

Searched defs:getReferenceType (Results 1 – 25 of 57) sorted by relevance

123

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
DReferenceType.java53 public static int getReferenceType(Reference reference) { in getReferenceType() method in ReferenceType
97 public int getReferenceType() { in getReferenceType() method in ReferenceType.InvalidReferenceTypeException
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DReferenceType.java68 public static int getReferenceType(Reference reference) { in getReferenceType() method in ReferenceType
112 public int getReferenceType() { in getReferenceType() method in ReferenceType.InvalidReferenceTypeException
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/instruction/
DReferenceInstruction.java40 int getReferenceType(); in getReferenceType() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DReferenceInstruction.java40 int getReferenceType(); in getReferenceType() method
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/instruction/
DDexBackedInstruction31c.java58 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction31c
DDexBackedInstruction21c.java58 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction21c
DDexBackedInstruction22c.java67 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction22c
DDexBackedInstruction3rc.java65 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction3rc
DDexBackedInstruction20bc.java72 @Override public int getReferenceType() { in getReferenceType() method in DexBackedInstruction20bc
DDexBackedInstruction4rcc.java65 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction4rcc
DDexBackedInstruction35c.java86 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction35c
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction31c.java59 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction31c
DDexBackedInstruction21c.java58 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction21c
DDexBackedInstruction22c.java67 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction22c
DDexBackedInstruction3rc.java66 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction3rc
DDexBackedInstruction20bc.java59 @Override public int getReferenceType() { in getReferenceType() method in DexBackedInstruction20bc
DDexBackedInstruction4rcc.java66 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction4rcc
DDexBackedInstruction35c.java87 public int getReferenceType() { in getReferenceType() method in DexBackedInstruction35c
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction21c.java59 @Override public int getReferenceType() { return opcode.referenceType; } in getReferenceType() method in BuilderInstruction21c
DBuilderInstruction20bc.java60 @Override public int getReferenceType() { return ReferenceType.getReferenceType(reference); } in getReferenceType() method in BuilderInstruction20bc
DBuilderInstruction31c.java59 @Override public int getReferenceType() { return opcode.referenceType; } in getReferenceType() method in BuilderInstruction31c
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/
DBuilderInstruction21c.java58 @Override public int getReferenceType() { return opcode.referenceType; } in getReferenceType() method in BuilderInstruction21c
DBuilderInstruction20bc.java59 @Override public int getReferenceType() { return ReferenceType.getReferenceType(reference); } in getReferenceType() method in BuilderInstruction20bc
DBuilderInstruction31c.java58 @Override public int getReferenceType() { return opcode.referenceType; } in getReferenceType() method in BuilderInstruction31c
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
DImmutableInstruction31c.java69 @Override public int getReferenceType() { return opcode.referenceType; } in getReferenceType() method in ImmutableInstruction31c

123