Home
last modified time | relevance | path

Searched refs:IF_LE (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java75 IF_LE, enumConstant
DInstruction.java376 addOpcodeInfo(Opcode.IF_LE, "if-le", 0x37, new Format22t()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h75 return Instruction::IF_EQ <= opcode && opcode <= Instruction::IF_LE; in IsInstructionIfCc()
Ddex_instruction_list.h76 …V(0x37, IF_LE, "if-le", k22t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | kVeri…
/art/compiler/dex/
Dmir_optimization.cc453 case Instruction::IF_LE: is_taken = (src1 <= src2); break; in EvaluateBranch()
501 case Instruction::IF_LE: in BasicBlockOpt()
796 case Instruction::IF_GT: opcode = Instruction::IF_LE; break; in LayoutBlocks()
797 case Instruction::IF_LE: opcode = Instruction::IF_GT; break; in LayoutBlocks()
Dgvn_dead_code_elimination.cc1088 case Instruction::IF_LE: in RecordMIR()
Dlocal_value_numbering.cc1524 case Instruction::IF_LE: in GetValueNumber()
Dmir_graph.cc471 case Instruction::IF_LE: in ProcessCanBranch()
/art/compiler/dex/quick/
Dquick_compiler.cc193 Instruction::IF_LE,
Dmir_to_lir.cc703 case Instruction::IF_LE: { in CompileDalvikInstruction()
Dgen_common.cc369 case Instruction::IF_LE: in GenCompareAndBranch()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc343 case Instruction::IF_LE: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc153 case Instruction::IF_LE: in InexpensiveConstantInt()
/art/runtime/verifier/
Dmethod_verifier.cc1098 case Instruction::IF_LE: in GetBranchOffset()
2132 case Instruction::IF_LE: { in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc846 HANDLE_INSTRUCTION_START(IF_LE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc718 case Instruction::IF_LE: { in ExecuteSwitchImpl()