Searched refs:IF_NE (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 71 Instruction::IF_NE, 0xFFFF, in TEST_F()
|
D | register_allocator_test.cc | 285 Instruction::IF_NE | 1 << 8 | 2 << 12, 3, in TEST_F() 373 Instruction::IF_NE | 1 << 8 | 1 << 12, 3, in TEST_F()
|
/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/runtime/ |
D | dex_instruction_list.h | 72 …V(0x33, IF_NE, "if-ne", k22t, false, kIndexNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | …
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1404 case Instruction::IF_NE: in GetBranchOffset() 2538 case Instruction::IF_NE: { in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 811 HANDLE_INSTRUCTION_START(IF_NE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 744 case Instruction::IF_NE: { in ExecuteSwitchImpl()
|