Searched refs:IF_NEZ (Results 1 – 5 of 5) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzerTest.java | 132 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")… in testInstanceOfNarrowingNez_art() 163 …builder.addInstruction(new BuilderInstruction21t(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")… in testInstanceOfNarrowingNez_dalvik()
|
/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 | 711 case IF_NEZ:
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliMethodTest.java | 264 checkSourcePosition(smaliMethod, 2, Opcode.IF_NEZ); in testGetSourcePositionForCodeOffset()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 101 IF_NEZ(0x39, "if-nez", ReferenceType.NONE, Format.Format21t, Opcode.CAN_CONTINUE), enumConstant
|