Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java80 IF_GTZ, enumConstant
DInstruction.java381 addOpcodeInfo(Opcode.IF_GTZ, "if-gtz", 0x3c, new Format21t()); in addOpcodeInfo() argument
/art/compiler/dex/
Dmir_optimization.cc241 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()
Dgvn_dead_code_elimination.cc1093 case Instruction::IF_GTZ: in RecordMIR()
Dlocal_value_numbering.cc1529 case Instruction::IF_GTZ: in GetValueNumber()
Dmir_graph.cc479 case Instruction::IF_GTZ: in ProcessCanBranch()
/art/compiler/dex/quick/
Dquick_compiler.cc198 Instruction::IF_GTZ,
Dmir_to_lir.cc715 case Instruction::IF_GTZ: in CompileDalvikInstruction()
Dgen_common.cc430 case Instruction::IF_GTZ: in GenCompareZeroAndBranch()
/art/runtime/
Ddex_instruction_list.h81 …V(0x3C, IF_GTZ, "if-gtz", k21t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarg…
/art/runtime/verifier/
Dmethod_verifier.cc1103 case Instruction::IF_GTZ: in GetBranchOffset()
2251 case Instruction::IF_GTZ: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc932 HANDLE_INSTRUCTION_START(IF_GTZ) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc784 case Instruction::IF_GTZ: { in ExecuteSwitchImpl()