Searched refs:IF_EQZ (Results 1 – 6 of 6) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzerTest.java | 69 …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/ |
D | InstructionOffsetMapTest.java | 58 /*10: 0x0f*/ new ImmutableInstruction21t(Opcode.IF_EQZ, 12, 13), in testInstructionOffsetMap()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | AnalyzedInstruction.java | 392 … (instruction.getOpcode() == Opcode.IF_EQZ || instruction.getOpcode() == Opcode.IF_NEZ)) { 547 … (instruction.getOpcode() == Opcode.IF_EQZ || instruction.getOpcode() == Opcode.IF_NEZ)) {
|
D | MethodAnalyzer.java | 710 case IF_EQZ: 1267 if (analyzedInstruction.instruction.getOpcode() == Opcode.IF_EQZ) {
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/ |
D | SmalideaMethodTest.java | 188 Assert.assertEquals(Opcode.IF_EQZ, instruction.getOpcode()); in testSmalideaMethod()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 100 IF_EQZ(0x38, "if-eqz", ReferenceType.NONE, Format.Format21t, Opcode.CAN_CONTINUE), enumConstant
|