/art/compiler/optimizing/ |
D | pretty_printer_test.cc | 45 Instruction::RETURN_VOID); in TEST() 74 Instruction::RETURN_VOID); in TEST() 96 Instruction::RETURN_VOID); in TEST() 117 Instruction::RETURN_VOID, in TEST() 124 Instruction::RETURN_VOID, in TEST() 131 Instruction::RETURN_VOID, in TEST() 173 Instruction::RETURN_VOID, in TEST() 204 Instruction::RETURN_VOID); in TEST() 254 Instruction::RETURN_VOID); in TEST()
|
D | dominator_test.cc | 55 Instruction::RETURN_VOID); // Block number 1 in TEST() 69 Instruction::RETURN_VOID); // Block number 2 in TEST() 85 Instruction::RETURN_VOID); // Block number 3 in TEST() 101 Instruction::RETURN_VOID, // Block number 2 in TEST() 116 Instruction::RETURN_VOID, in TEST() 123 Instruction::RETURN_VOID, in TEST() 150 Instruction::RETURN_VOID, // Block number 1 in TEST() 170 Instruction::RETURN_VOID); in TEST() 253 Instruction::RETURN_VOID); // Block number 5 in TEST()
|
D | linearize_test.cc | 81 Instruction::RETURN_VOID); in TEST() 104 Instruction::RETURN_VOID, in TEST() 130 Instruction::RETURN_VOID, in TEST() 163 Instruction::RETURN_VOID); in TEST() 190 Instruction::RETURN_VOID, in TEST() 218 Instruction::RETURN_VOID, in TEST() 246 Instruction::RETURN_VOID, in TEST()
|
D | suspend_check_test.cc | 65 Instruction::RETURN_VOID); in TEST() 74 Instruction::RETURN_VOID); in TEST() 83 Instruction::RETURN_VOID); in TEST() 92 Instruction::RETURN_VOID); in TEST()
|
D | ssa_test.cc | 130 Instruction::RETURN_VOID); in TEST() 257 Instruction::RETURN_VOID); in TEST() 465 Instruction::RETURN_VOID); in TEST() 495 Instruction::RETURN_VOID); in TEST() 534 Instruction::RETURN_VOID); in TEST()
|
D | graph_checker_test.cc | 75 Instruction::RETURN_VOID); in TEST() 83 Instruction::RETURN_VOID); in TEST() 93 Instruction::RETURN_VOID); in TEST()
|
D | dead_code_elimination_test.cc | 79 Instruction::RETURN_VOID); in TEST() 145 Instruction::RETURN_VOID); in TEST()
|
D | codegen_test.cc | 272 const uint16_t data[] = ZERO_REGISTER_CODE_ITEM(Instruction::RETURN_VOID); in TEST() 279 Instruction::RETURN_VOID); in TEST() 288 Instruction::RETURN_VOID); in TEST() 296 Instruction::RETURN_VOID, in TEST() 303 Instruction::RETURN_VOID, in TEST() 310 Instruction::RETURN_VOID, in TEST() 318 Instruction::RETURN_VOID, in TEST() 330 Instruction::RETURN_VOID); in TEST() 338 Instruction::RETURN_VOID); in TEST()
|
D | liveness_test.cc | 96 Instruction::RETURN_VOID); in TEST() 286 Instruction::RETURN_VOID); in TEST()
|
D | find_loops_test.cc | 44 Instruction::RETURN_VOID); in TEST() 151 Instruction::RETURN_VOID); in TEST()
|
D | constant_folding_test.cc | 617 Instruction::RETURN_VOID); in TEST()
|
D | register_allocator_test.cc | 335 Instruction::RETURN_VOID); in TEST() 389 Instruction::RETURN_VOID); in TEST()
|
D | builder.cc | 1413 case Instruction::RETURN_VOID: { in AnalyzeDexInstruction()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 103 case Instruction::RETURN_VOID: in Compile() 183 DCHECK_EQ(inst->Opcode(), Instruction::RETURN_VOID); in CompileReturnVoid()
|
D | gvn_dead_code_elimination.cc | 1074 case Instruction::RETURN_VOID: in RecordMIR()
|
D | local_value_numbering.cc | 1508 case Instruction::RETURN_VOID: in GetValueNumber()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 34 RETURN_VOID, enumConstant
|
D | Instruction.java | 334 addOpcodeInfo(Opcode.RETURN_VOID, "return-void", 0x0e, new Format10x()); in addOpcodeInfo() argument
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 88 case Instruction::RETURN_VOID: in AnalyseMethodCode() 272 if (return_opcode != Instruction::RETURN_VOID) { in AnalyseIPutMethod()
|
/art/runtime/ |
D | dex_instruction_utils.h | 53 return Instruction::RETURN_VOID <= opcode && opcode <= Instruction::RETURN_OBJECT; in IsInstructionReturn()
|
D | dex_instruction_list.h | 35 V(0x0E, RETURN_VOID, "return-void", k10x, false, kNone, kReturn, kVerifyNone) \
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 405 DCHECK_EQ(mir->dalvikInsn.opcode, Instruction::RETURN_VOID); in GenSpecialCase() 533 case Instruction::RETURN_VOID: in CompileDalvikInstruction()
|
D | quick_compiler.cc | 152 Instruction::RETURN_VOID,
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1739 case Instruction::RETURN_VOID: in CodeFlowVerifyInstruction() 3104 if (opcode == Instruction::RETURN_VOID || opcode == Instruction::RETURN_VOID_NO_BARRIER) { in CodeFlowVerifyInstruction() 4269 if (opcode == Instruction::RETURN_VOID || opcode == Instruction::RETURN_VOID_NO_BARRIER) { in UpdateRegisters()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 270 HANDLE_INSTRUCTION_START(RETURN_VOID) { in ExecuteGotoImpl()
|