Searched refs:IF_NE (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 39 return Opcode.IF_NE; in getModifiedOpcode() 40 case IF_NE: in getModifiedOpcode()
|
D | RandomBranchChanger.java | 30 Opcode.IF_NE,
|
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 72 Instruction::IF_NE, 0xFFFF, in TEST_F()
|
D | register_allocator_test.cc | 323 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/ |
D | Opcode.java | 71 IF_NE, enumConstant
|
D | Instruction.java | 372 addOpcodeInfo(Opcode.IF_NE, "if-ne", 0x33, new Format22t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 73 …V(0x33, IF_NE, "if-ne", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1421 case Instruction::IF_NE: in GetBranchOffset() 2628 case Instruction::IF_NE: { in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1070 ALWAYS_INLINE void IF_NE() REQUIRES_SHARED(Locks::mutator_lock_) { in IF_NE() function
|