Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuspend_check_test.cc73 Instruction::IF_NE, 0xFFFF, in TEST()
Dregister_allocator_test.cc298 Instruction::IF_NE | 1 << 8 | 2 << 12, 3, in TEST()
386 Instruction::IF_NE | 1 << 8 | 1 << 12, 3, in TEST()
/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/compiler/dex/
Dmir_optimization.cc449 case Instruction::IF_NE: is_taken = (src1 != src2); break; in EvaluateBranch()
497 case Instruction::IF_NE: in BasicBlockOpt()
792 case Instruction::IF_EQ: opcode = Instruction::IF_NE; break; in LayoutBlocks()
793 case Instruction::IF_NE: opcode = Instruction::IF_EQ; break; in LayoutBlocks()
Dgvn_dead_code_elimination.cc1084 case Instruction::IF_NE: in RecordMIR()
Dlocal_value_numbering.cc1520 case Instruction::IF_NE: in GetValueNumber()
Dmir_graph.cc467 case Instruction::IF_NE: in ProcessCanBranch()
/art/compiler/dex/quick/
Dquick_compiler.cc189 Instruction::IF_NE,
Dmir_to_lir.cc699 case Instruction::IF_NE: in CompileDalvikInstruction()
Dgen_common.cc357 case Instruction::IF_NE: in GenCompareAndBranch()
/art/runtime/
Ddex_instruction_list.h72 …V(0x33, IF_NE, "if-ne", k22t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | kVeri…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc339 case Instruction::IF_NE: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc149 case Instruction::IF_NE: in InexpensiveConstantInt()
/art/runtime/verifier/
Dmethod_verifier.cc1094 case Instruction::IF_NE: in GetBranchOffset()
2112 case Instruction::IF_NE: { in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc774 HANDLE_INSTRUCTION_START(IF_NE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc662 case Instruction::IF_NE: { in ExecuteSwitchImpl()