Searched refs:IF_LT (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 72 IF_LT, enumConstant
|
D | Instruction.java | 373 addOpcodeInfo(Opcode.IF_LT, "if-lt", 0x34, new Format22t()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | mir_optimization.cc | 450 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()
|
D | gvn_dead_code_elimination.cc | 1085 case Instruction::IF_LT: in RecordMIR()
|
D | local_value_numbering.cc | 1521 case Instruction::IF_LT: in GetValueNumber()
|
D | mir_graph.cc | 468 case Instruction::IF_LT: in ProcessCanBranch()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 190 Instruction::IF_LT,
|
D | mir_to_lir.cc | 700 case Instruction::IF_LT: in CompileDalvikInstruction()
|
D | gen_common.cc | 360 case Instruction::IF_LT: in GenCompareAndBranch()
|
/art/runtime/ |
D | dex_instruction_list.h | 73 …V(0x34, IF_LT, "if-lt", k22t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | kVeri…
|
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 340 case Instruction::IF_LT: in InexpensiveConstantInt()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 150 case Instruction::IF_LT: in InexpensiveConstantInt()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1095 case Instruction::IF_LT: in GetBranchOffset() 2129 case Instruction::IF_LT: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 792 HANDLE_INSTRUCTION_START(IF_LT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 676 case Instruction::IF_LT: { in ExecuteSwitchImpl()
|