Searched refs:IF_LTZ (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 78 IF_LTZ, enumConstant
|
D | Instruction.java | 379 addOpcodeInfo(Opcode.IF_LTZ, "if-ltz", 0x3a, new Format21t()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | mir_optimization.cc | 239 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()
|
D | gvn_dead_code_elimination.cc | 1091 case Instruction::IF_LTZ: in RecordMIR()
|
D | local_value_numbering.cc | 1527 case Instruction::IF_LTZ: in GetValueNumber()
|
D | mir_graph.cc | 477 case Instruction::IF_LTZ: in ProcessCanBranch()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 196 Instruction::IF_LTZ,
|
D | mir_to_lir.cc | 713 case Instruction::IF_LTZ: in CompileDalvikInstruction()
|
D | gen_common.cc | 424 case Instruction::IF_LTZ: in GenCompareZeroAndBranch()
|
/art/runtime/ |
D | dex_instruction_list.h | 79 …V(0x3A, IF_LTZ, "if-ltz", k21t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarg…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1101 case Instruction::IF_LTZ: in GetBranchOffset() 2249 case Instruction::IF_LTZ: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 898 HANDLE_INSTRUCTION_START(IF_LTZ) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 758 case Instruction::IF_LTZ: { in ExecuteSwitchImpl()
|