Searched refs:RETURN (Results 1 – 20 of 20) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 174 Instruction::RETURN | 0); in TEST() 183 Instruction::RETURN | 1 << 8); in TEST() 192 Instruction::RETURN | 1 << 8); in TEST() 202 Instruction::RETURN | 0 << 8, in TEST() 203 Instruction::RETURN | 1 << 8); in TEST() 213 Instruction::RETURN | 0 << 8, in TEST() 214 Instruction::RETURN | 1 << 8); in TEST() 224 Instruction::RETURN); in TEST() 234 Instruction::RETURN); in TEST() 243 Instruction::RETURN); in TEST() [all …]
|
D | liveness_test.cc | 111 Instruction::RETURN); in TEST() 140 Instruction::RETURN); in TEST() 188 Instruction::RETURN | 0 << 8); in TEST() 233 Instruction::RETURN | 0 << 8); in TEST() 325 Instruction::RETURN | 1 << 8); in TEST() 378 Instruction::RETURN | 0 << 8); in TEST() 434 Instruction::RETURN | 0 << 8); in TEST() 488 Instruction::RETURN | 0 << 8); in TEST() 543 Instruction::RETURN | 0 << 8); in TEST()
|
D | find_loops_test.cc | 56 Instruction::RETURN); in TEST() 71 Instruction::RETURN); in TEST() 87 Instruction::RETURN | 0 << 8); in TEST() 101 Instruction::RETURN | 0 << 8); in TEST() 173 Instruction::RETURN | 0 << 8); in TEST() 197 Instruction::RETURN | 0 << 8); in TEST() 222 Instruction::RETURN | 0 << 8); in TEST() 248 Instruction::RETURN | 0 << 8); in TEST() 272 Instruction::RETURN | 0 << 8); in TEST() 303 Instruction::RETURN | 0 << 8); in TEST() [all …]
|
D | ssa_test.cc | 157 Instruction::RETURN | 0 << 8); in TEST() 190 Instruction::RETURN | 0 << 8); in TEST() 283 Instruction::RETURN | 1 << 8); in TEST() 318 Instruction::RETURN | 0 << 8); in TEST() 361 Instruction::RETURN | 0 << 8); in TEST() 404 Instruction::RETURN | 0 << 8); in TEST() 446 Instruction::RETURN | 0 << 8); in TEST()
|
D | live_ranges_test.cc | 55 Instruction::RETURN); in TEST() 102 Instruction::RETURN | 0 << 8); in TEST() 151 Instruction::RETURN | 0 << 8); in TEST() 227 Instruction::RETURN | 1 << 8); in TEST()
|
D | register_allocator_test.cc | 157 Instruction::RETURN); in TEST() 196 Instruction::RETURN | 1 << 8); in TEST() 245 Instruction::RETURN | 1 << 8); in TEST() 293 Instruction::RETURN | 0 << 8, in TEST()
|
D | builder.cc | 589 case Instruction::RETURN: { in AnalyzeDexInstruction()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 107 case Instruction::RETURN: in AnalyseMethodCode() 172 if (return_opcode != Instruction::RETURN && in AnalyseConstMethod() 210 !(return_opcode == Instruction::RETURN && opcode != Instruction::IGET_WIDE && in AnalyseIGetMethod() 274 if (return_opcode != Instruction::RETURN && in AnalyseIPutMethod()
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 43 #define RETURN RETURN_END; CFI_RESTORE_STATE; CFI_REMEMBER_STATE macro 784 RETURN 791 RETURN 800 RETURN 807 RETURN 818 RETURN 825 RETURN 834 RETURN 841 RETURN
|
/art/compiler/dex/ |
D | global_value_numbering.cc | 112 bb->last_mir_insn->dalvikInsn.opcode == Instruction::RETURN || in PrepareBasicBlock()
|
D | vreg_analysis.cc | 218 if ((mir->dalvikInsn.opcode == Instruction::RETURN) || in InferTypeAndSize()
|
D | frontend.cc | 173 Instruction::RETURN,
|
D | local_value_numbering.cc | 1351 case Instruction::RETURN: in GetValueNumber()
|
/art/compiler/sea_ir/ir/ |
D | sea.cc | 609 case art::Instruction::RETURN: in Create()
|
/art/runtime/ |
D | dex_instruction_list.h | 36 V(0x0F, RETURN, "return", k11x, false, kNone, kReturn, kVerifyRegA) \
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 459 case Instruction::RETURN: in CompileDalvikInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 291 HANDLE_INSTRUCTION_START(RETURN) { in ExecuteGotoImpl() 2422 Instruction::code != Instruction::RETURN && \ in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 211 case Instruction::RETURN: { in ExecuteSwitchImpl()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 894 case Instruction::RETURN: in ConvertMIRNode()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1579 case Instruction::RETURN: in CodeFlowVerifyInstruction()
|