Home
last modified time | relevance | path

Searched refs:IF_NE (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java39 return Opcode.IF_NE; in getModifiedOpcode()
40 case IF_NE: in getModifiedOpcode()
DRandomBranchChanger.java30 Opcode.IF_NE,
/art/compiler/optimizing/
Dsuspend_check_test.cc72 Instruction::IF_NE, 0xFFFF, in TEST_F()
Dregister_allocator_test.cc323 Instruction::IF_NE | 1 << 8 | 2 << 12, 3, in Loop3()
406 Instruction::IF_NE | 1 << 8 | 1 << 12, 3, in DeadPhi()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java71 IF_NE, enumConstant
DInstruction.java372 addOpcodeInfo(Opcode.IF_NE, "if-ne", 0x33, new Format22t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h73 …V(0x33, IF_NE, "if-ne", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h874 HANDLER_ATTRIBUTES bool IF_NE() { in IF_NE() function
/art/runtime/verifier/
Dmethod_verifier.cc1461 case Instruction::IF_NE: in GetBranchOffset()
2641 case Instruction::IF_NE: { in CodeFlowVerifyInstruction()