Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination_test.cc76 Instruction::IF_GEZ | 1 << 8, 3, in TEST()
Dconstant_folding_test.cc614 Instruction::IF_GEZ | 1 << 8, 3, in TEST()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java79 IF_GEZ, enumConstant
DInstruction.java380 addOpcodeInfo(Opcode.IF_GEZ, "if-gez", 0x3b, new Format21t()); in addOpcodeInfo() argument
/art/compiler/dex/
Dmir_optimization.cc240 static_assert(ConditionCodeForIfCcZ(Instruction::IF_GEZ) == kCondGe, "if_gez ccode");
457 case Instruction::IF_GEZ: is_taken = (src1 >= 0); break; in EvaluateBranch()
509 case Instruction::IF_GEZ: in BasicBlockOpt()
800 case Instruction::IF_LTZ: opcode = Instruction::IF_GEZ; break; in LayoutBlocks()
801 case Instruction::IF_GEZ: opcode = Instruction::IF_LTZ; break; in LayoutBlocks()
Dgvn_dead_code_elimination.cc1092 case Instruction::IF_GEZ: in RecordMIR()
Dlocal_value_numbering.cc1528 case Instruction::IF_GEZ: in GetValueNumber()
Dmir_graph.cc478 case Instruction::IF_GEZ: in ProcessCanBranch()
/art/compiler/dex/quick/
Dquick_compiler.cc197 Instruction::IF_GEZ,
Dmir_to_lir.cc714 case Instruction::IF_GEZ: in CompileDalvikInstruction()
Dgen_common.cc427 case Instruction::IF_GEZ: in GenCompareZeroAndBranch()
/art/runtime/
Ddex_instruction_list.h80 …V(0x3B, IF_GEZ, "if-gez", k21t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarg…
/art/runtime/verifier/
Dmethod_verifier.cc1102 case Instruction::IF_GEZ: in GetBranchOffset()
2250 case Instruction::IF_GEZ: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc915 HANDLE_INSTRUCTION_START(IF_GEZ) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc771 case Instruction::IF_GEZ: { in ExecuteSwitchImpl()