Searched refs:IF_GTZ (Results 1 - 13 of 13) sorted by path

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1093 case Instruction::IF_GTZ:
H A Dlocal_value_numbering.cc1529 case Instruction::IF_GTZ:
H A Dmir_graph.cc479 case Instruction::IF_GTZ:
H A Dmir_optimization.cc241 static_assert(ConditionCodeForIfCcZ(Instruction::IF_GTZ) == kCondGt, "if_gtz ccode");
458 case Instruction::IF_GTZ: is_taken = (src1 > 0); break;
510 case Instruction::IF_GTZ:
802 case Instruction::IF_GTZ: opcode = Instruction::IF_LEZ; break;
803 case Instruction::IF_LEZ: opcode = Instruction::IF_GTZ; break;
/art/compiler/dex/quick/
H A Dgen_common.cc430 case Instruction::IF_GTZ:
H A Dmir_to_lir.cc715 case Instruction::IF_GTZ:
H A Dquick_compiler.cc198 Instruction::IF_GTZ,
/art/runtime/
H A Ddex_instruction_list.h81 V(0x3C, IF_GTZ, "if-gtz", k21t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarget) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc932 HANDLE_INSTRUCTION_START(IF_GTZ) {
H A Dinterpreter_switch_impl.cc784 case Instruction::IF_GTZ: {
/art/runtime/verifier/
H A Dmethod_verifier.cc1103 case Instruction::IF_GTZ:
2251 case Instruction::IF_GTZ:
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java381 addOpcodeInfo(Opcode.IF_GTZ, "if-gtz", 0x3c, new Format21t());
H A DOpcode.java80 IF_GTZ, enum constant in enum:Opcode

Completed in 76 milliseconds