Home
last modified time | relevance | path

Searched refs:IF_LTZ (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java78 IF_LTZ, enumConstant
DInstruction.java379 addOpcodeInfo(Opcode.IF_LTZ, "if-ltz", 0x3a, new Format21t()); in addOpcodeInfo() argument
/art/compiler/dex/
Dmir_optimization.cc239 static_assert(ConditionCodeForIfCcZ(Instruction::IF_LTZ) == kCondLt, "if_ltz ccode");
456 case Instruction::IF_LTZ: is_taken = (src1 < 0); break; in EvaluateBranch()
508 case Instruction::IF_LTZ: 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.cc1091 case Instruction::IF_LTZ: in RecordMIR()
Dlocal_value_numbering.cc1527 case Instruction::IF_LTZ: in GetValueNumber()
Dmir_graph.cc477 case Instruction::IF_LTZ: in ProcessCanBranch()
/art/compiler/dex/quick/
Dquick_compiler.cc196 Instruction::IF_LTZ,
Dmir_to_lir.cc713 case Instruction::IF_LTZ: in CompileDalvikInstruction()
Dgen_common.cc424 case Instruction::IF_LTZ: in GenCompareZeroAndBranch()
/art/runtime/
Ddex_instruction_list.h79 …V(0x3A, IF_LTZ, "if-ltz", k21t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarg…
/art/runtime/verifier/
Dmethod_verifier.cc1101 case Instruction::IF_LTZ: in GetBranchOffset()
2249 case Instruction::IF_LTZ: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc898 HANDLE_INSTRUCTION_START(IF_LTZ) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc758 case Instruction::IF_LTZ: { in ExecuteSwitchImpl()