Searched refs:IF_GTZ (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 80 IF_GTZ, enumConstant
|
D | Instruction.java | 381 addOpcodeInfo(Opcode.IF_GTZ, "if-gtz", 0x3c, new Format21t()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | mir_optimization.cc | 241 static_assert(ConditionCodeForIfCcZ(Instruction::IF_GTZ) == kCondGt, "if_gtz ccode"); 458 case Instruction::IF_GTZ: is_taken = (src1 > 0); break; in EvaluateBranch() 510 case Instruction::IF_GTZ: in BasicBlockOpt() 802 case Instruction::IF_GTZ: opcode = Instruction::IF_LEZ; break; in LayoutBlocks() 803 case Instruction::IF_LEZ: opcode = Instruction::IF_GTZ; break; in LayoutBlocks()
|
D | gvn_dead_code_elimination.cc | 1093 case Instruction::IF_GTZ: in RecordMIR()
|
D | local_value_numbering.cc | 1529 case Instruction::IF_GTZ: in GetValueNumber()
|
D | mir_graph.cc | 479 case Instruction::IF_GTZ: in ProcessCanBranch()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 198 Instruction::IF_GTZ,
|
D | mir_to_lir.cc | 715 case Instruction::IF_GTZ: in CompileDalvikInstruction()
|
D | gen_common.cc | 430 case Instruction::IF_GTZ: in GenCompareZeroAndBranch()
|
/art/runtime/ |
D | dex_instruction_list.h | 81 …V(0x3C, IF_GTZ, "if-gtz", k21t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarg…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1103 case Instruction::IF_GTZ: in GetBranchOffset() 2251 case Instruction::IF_GTZ: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 932 HANDLE_INSTRUCTION_START(IF_GTZ) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 784 case Instruction::IF_GTZ: { in ExecuteSwitchImpl()
|