Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java73 IF_GE, enumConstant
DInstruction.java374 addOpcodeInfo(Opcode.IF_GE, "if-ge", 0x35, new Format22t()); in addOpcodeInfo() argument
/art/compiler/dex/
Dmir_optimization.cc451 case Instruction::IF_GE: is_taken = (src1 >= src2); break; in EvaluateBranch()
499 case Instruction::IF_GE: 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.cc1086 case Instruction::IF_GE: in RecordMIR()
Dlocal_value_numbering.cc1522 case Instruction::IF_GE: in GetValueNumber()
Dmir_graph.cc469 case Instruction::IF_GE: in ProcessCanBranch()
/art/compiler/dex/quick/
Dquick_compiler.cc191 Instruction::IF_GE,
Dmir_to_lir.cc701 case Instruction::IF_GE: in CompileDalvikInstruction()
Dgen_common.cc363 case Instruction::IF_GE: in GenCompareAndBranch()
/art/runtime/
Ddex_instruction_list.h74 …V(0x35, IF_GE, "if-ge", k22t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | kVeri…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc341 case Instruction::IF_GE: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc151 case Instruction::IF_GE: in InexpensiveConstantInt()
/art/runtime/verifier/
Dmethod_verifier.cc1096 case Instruction::IF_GE: in GetBranchOffset()
2130 case Instruction::IF_GE: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc810 HANDLE_INSTRUCTION_START(IF_GE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc690 case Instruction::IF_GE: { in ExecuteSwitchImpl()