Searched refs:GOTO_16 (Results 1 – 16 of 16) sorted by relevance
/art/compiler/optimizing/ |
D | pretty_printer_test.cc | 123 Instruction::GOTO_16, 3, in TEST() 125 Instruction::GOTO_16, 0xFFFF); in TEST()
|
D | dominator_test.cc | 115 Instruction::GOTO_16, 3, in TEST() 117 Instruction::GOTO_16, 0xFFFF); in TEST()
|
D | codegen_test.cc | 302 Instruction::GOTO_16, 3, in TEST() 304 Instruction::GOTO_16, 0xFFFF); in TEST()
|
D | builder.cc | 1430 case Instruction::GOTO_16: in AnalyzeDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 61 GOTO_16, enumConstant
|
D | Instruction.java | 362 addOpcodeInfo(Opcode.GOTO_16, "goto/16", 0x29, new Format20t()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 179 Instruction::GOTO_16,
|
D | mir_to_lir.cc | 670 case Instruction::GOTO_16: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 62 V(0x29, GOTO_16, "goto/16", k20t, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \
|
/art/compiler/dex/ |
D | mir_graph.cc | 437 case Instruction::GOTO_16: in IsBadMonitorExitCatch() 462 case Instruction::GOTO_16: in ProcessCanBranch()
|
D | gvn_dead_code_elimination.cc | 1079 case Instruction::GOTO_16: in RecordMIR()
|
D | mir_optimization.cc | 218 case Instruction::GOTO_16: in SelectKind()
|
D | local_value_numbering.cc | 1513 case Instruction::GOTO_16: in GetValueNumber()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1090 case Instruction::GOTO_16: in GetBranchOffset() 2066 case Instruction::GOTO_16: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 616 HANDLE_INSTRUCTION_START(GOTO_16) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 520 case Instruction::GOTO_16: { in ExecuteSwitchImpl()
|