Home
last modified time | relevance | path

Searched refs:IF_EQZ (Results 1 – 6 of 6) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java69 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingEqz_art()
100 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingEqz_dalvik()
196 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingAfterMove_art()
231 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_… in testInstanceOfNarrowingAfterMove_dalvik()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java58 /*10: 0x0f*/ new ImmutableInstruction21t(Opcode.IF_EQZ, 12, 13), in testInstructionOffsetMap()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedInstruction.java392 … (instruction.getOpcode() == Opcode.IF_EQZ || instruction.getOpcode() == Opcode.IF_NEZ)) {
547 … (instruction.getOpcode() == Opcode.IF_EQZ || instruction.getOpcode() == Opcode.IF_NEZ)) {
DMethodAnalyzer.java710 case IF_EQZ:
1267 if (analyzedInstruction.instruction.getOpcode() == Opcode.IF_EQZ) {
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java188 Assert.assertEquals(Opcode.IF_EQZ, instruction.getOpcode()); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java100 IF_EQZ(0x38, "if-eqz", ReferenceType.NONE, Format.Format21t, Opcode.CAN_CONTINUE), enumConstant