Home
last modified time | relevance | path

Searched refs:INSTANCE_OF (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java67 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstanceOfNarrowingEqz_art()
98 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstanceOfNarrowingEqz_dalvik()
130 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstanceOfNarrowingNez_art()
161 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstanceOfNarrowingNez_dalvik()
194 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstanceOfNarrowingAfterMove_art()
229 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstanceOfNarrowingAfterMove_dalvik()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java60 /*12: 0x13*/ new ImmutableInstruction22c(Opcode.INSTANCE_OF, 0, 1, in testInstructionOffsetMap()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedInstruction.java395 if (prevInstruction.instruction.getOpcode() == Opcode.INSTANCE_OF &&
550 if (prevInstruction.instruction.getOpcode() == Opcode.INSTANCE_OF &&
DMethodAnalyzer.java667 case INSTANCE_OF:
1250 if (prevAnalyzedInstruction.instruction.getOpcode() == Opcode.INSTANCE_OF) {
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
DSmaliUsageTypeProvider.java122 if (opcode == Opcode.INSTANCE_OF) { in findClassUsageType()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java708 addInstruction(new ThrowingCstInsn(Rops.INSTANCE_OF, sourcePosition, in instanceOfType()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java76INSTANCE_OF(0x20, "instance-of", ReferenceType.TYPE, Format.Format22c, Opcode.CAN_THROW | Opcode.C… enumConstant