Searched refs:IF_NE (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
H A D | OppositeBranchChanger.java | 39 return Opcode.IF_NE; in getModifiedOpcode() 40 case IF_NE: in getModifiedOpcode()
|
H A D | RandomBranchChanger.java | 30 Opcode.IF_NE,
|
/aosp12/art/compiler/optimizing/ |
H A D | suspend_check_test.cc | 72 Instruction::IF_NE, 0xFFFF, in TEST_F()
|
H A D | register_allocator_test.cc | 325 Instruction::IF_NE | 1 << 8 | 2 << 12, 3, in Loop3() 408 Instruction::IF_NE | 1 << 8 | 1 << 12, 3, in DeadPhi()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Opcode.java | 71 IF_NE, enumConstant
|
H A D | Instruction.java | 372 addOpcodeInfo(Opcode.IF_NE, "if-ne", 0x33, new Format22t()); in addOpcodeInfo() argument
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_instruction_list.h | 73 …V(0x33, IF_NE, "if-ne", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 799 HANDLER_ATTRIBUTES bool IF_NE() { in IF_NE() function
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 1468 case Instruction::IF_NE: in GetBranchOffset() 2635 case Instruction::IF_NE: { in CodeFlowVerifyInstruction()
|