Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuspend_check_test.cc71 Instruction::IF_NE, 0xFFFF, in TEST_F()
Dregister_allocator_test.cc285 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/
DOpcode.java71 IF_NE, enumConstant
DInstruction.java372 addOpcodeInfo(Opcode.IF_NE, "if-ne", 0x33, new Format22t()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_list.h72 …V(0x33, IF_NE, "if-ne", k22t, false, kIndexNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | …
/art/runtime/verifier/
Dmethod_verifier.cc1404 case Instruction::IF_NE: in GetBranchOffset()
2538 case Instruction::IF_NE: { in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc811 HANDLE_INSTRUCTION_START(IF_NE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc744 case Instruction::IF_NE: { in ExecuteSwitchImpl()