Home
last modified time | relevance | path

Searched refs:IF_NEZ (Results 1 – 5 of 5) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java132 …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/
DAnalyzedInstruction.java392 … (instruction.getOpcode() == Opcode.IF_EQZ || instruction.getOpcode() == Opcode.IF_NEZ)) {
547 … (instruction.getOpcode() == Opcode.IF_EQZ || instruction.getOpcode() == Opcode.IF_NEZ)) {
DMethodAnalyzer.java711 case IF_NEZ:
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliMethodTest.java264 checkSourcePosition(smaliMethod, 2, Opcode.IF_NEZ); in testGetSourcePositionForCodeOffset()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java101 IF_NEZ(0x39, "if-nez", ReferenceType.NONE, Format.Format21t, Opcode.CAN_CONTINUE), enumConstant