Home
last modified time | relevance | path

Searched refs:IF_LT (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java72 IF_LT, enumConstant
DInstruction.java373 addOpcodeInfo(Opcode.IF_LT, "if-lt", 0x34, new Format22t()); in addOpcodeInfo() argument
/art/compiler/dex/
Dmir_optimization.cc450 case Instruction::IF_LT: is_taken = (src1 < src2); break; in EvaluateBranch()
498 case Instruction::IF_LT: in BasicBlockOpt()
794 case Instruction::IF_LT: opcode = Instruction::IF_GE; break; in LayoutBlocks()
795 case Instruction::IF_GE: opcode = Instruction::IF_LT; break; in LayoutBlocks()
Dgvn_dead_code_elimination.cc1085 case Instruction::IF_LT: in RecordMIR()
Dlocal_value_numbering.cc1521 case Instruction::IF_LT: in GetValueNumber()
Dmir_graph.cc468 case Instruction::IF_LT: in ProcessCanBranch()
/art/compiler/dex/quick/
Dquick_compiler.cc190 Instruction::IF_LT,
Dmir_to_lir.cc700 case Instruction::IF_LT: in CompileDalvikInstruction()
Dgen_common.cc360 case Instruction::IF_LT: in GenCompareAndBranch()
/art/runtime/
Ddex_instruction_list.h73 …V(0x34, IF_LT, "if-lt", k22t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | kVeri…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc340 case Instruction::IF_LT: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc150 case Instruction::IF_LT: in InexpensiveConstantInt()
/art/runtime/verifier/
Dmethod_verifier.cc1095 case Instruction::IF_LT: in GetBranchOffset()
2129 case Instruction::IF_LT: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc792 HANDLE_INSTRUCTION_START(IF_LT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc676 case Instruction::IF_LT: { in ExecuteSwitchImpl()