Home
last modified time | relevance | path

Searched refs:RETURN (Results 1 – 20 of 20) sorted by relevance

/art/compiler/optimizing/
Dcodegen_test.cc174 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 …]
Dliveness_test.cc111 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()
Dfind_loops_test.cc56 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 …]
Dssa_test.cc157 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()
Dlive_ranges_test.cc55 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()
Dregister_allocator_test.cc157 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()
Dbuilder.cc589 case Instruction::RETURN: { in AnalyzeDexInstruction()
/art/runtime/quick/
Dinline_method_analyser.cc107 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/
Dmemcmp16_x86.S43 #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/
Dglobal_value_numbering.cc112 bb->last_mir_insn->dalvikInsn.opcode == Instruction::RETURN || in PrepareBasicBlock()
Dvreg_analysis.cc218 if ((mir->dalvikInsn.opcode == Instruction::RETURN) || in InferTypeAndSize()
Dfrontend.cc173 Instruction::RETURN,
Dlocal_value_numbering.cc1351 case Instruction::RETURN: in GetValueNumber()
/art/compiler/sea_ir/ir/
Dsea.cc609 case art::Instruction::RETURN: in Create()
/art/runtime/
Ddex_instruction_list.h36 V(0x0F, RETURN, "return", k11x, false, kNone, kReturn, kVerifyRegA) \
/art/compiler/dex/quick/
Dmir_to_lir.cc459 case Instruction::RETURN: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc291 HANDLE_INSTRUCTION_START(RETURN) { in ExecuteGotoImpl()
2422 Instruction::code != Instruction::RETURN && \ in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc211 case Instruction::RETURN: { in ExecuteSwitchImpl()
/art/compiler/dex/portable/
Dmir_to_gbc.cc894 case Instruction::RETURN: in ConvertMIRNode()
/art/runtime/verifier/
Dmethod_verifier.cc1579 case Instruction::RETURN: in CodeFlowVerifyInstruction()