Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dliveness_test.cc118 Instruction::RETURN); in TEST()
147 Instruction::RETURN); in TEST()
195 Instruction::RETURN | 0 << 8); in TEST()
240 Instruction::RETURN | 0 << 8); in TEST()
332 Instruction::RETURN | 1 << 8); in TEST()
385 Instruction::RETURN | 0 << 8); in TEST()
441 Instruction::RETURN | 0 << 8); in TEST()
491 Instruction::RETURN | 0 << 8); in TEST()
546 Instruction::RETURN | 0 << 8); in TEST()
593 Instruction::RETURN | 0 << 8); in TEST()
Dfind_loops_test.cc57 Instruction::RETURN); in TEST()
73 Instruction::RETURN); in TEST()
90 Instruction::RETURN | 0 << 8); in TEST()
105 Instruction::RETURN | 0 << 8); in TEST()
179 Instruction::RETURN | 0 << 8); in TEST()
204 Instruction::RETURN | 0 << 8); in TEST()
230 Instruction::RETURN | 0 << 8); in TEST()
256 Instruction::RETURN | 0 << 8); in TEST()
281 Instruction::RETURN | 0 << 8); in TEST()
312 Instruction::RETURN | 0 << 8); in TEST()
[all …]
Dssa_test.cc161 Instruction::RETURN | 0 << 8); in TEST()
194 Instruction::RETURN | 0 << 8); in TEST()
227 Instruction::RETURN | 0 << 8); in TEST()
289 Instruction::RETURN | 1 << 8); in TEST()
324 Instruction::RETURN | 0 << 8); in TEST()
366 Instruction::RETURN | 0 << 8); in TEST()
405 Instruction::RETURN | 0 << 8); in TEST()
447 Instruction::RETURN | 0 << 8); in TEST()
Dcodegen_test.cc346 Instruction::RETURN | 0); in TEST()
355 Instruction::RETURN | 1 << 8); in TEST()
364 Instruction::RETURN | 1 << 8); in TEST()
374 Instruction::RETURN | 0 << 8, in TEST()
375 Instruction::RETURN | 1 << 8); in TEST()
385 Instruction::RETURN | 0 << 8, in TEST()
386 Instruction::RETURN | 1 << 8); in TEST()
400 Instruction::RETURN | 1 << 8); \
490 Instruction::RETURN); in TEST()
500 Instruction::RETURN); in TEST()
[all …]
Dlive_ranges_test.cc63 Instruction::RETURN); in TEST()
112 Instruction::RETURN | 0 << 8); in TEST()
163 Instruction::RETURN | 0 << 8); in TEST()
241 Instruction::RETURN | 1 << 8); in TEST()
322 Instruction::RETURN | 0 << 8); in TEST()
400 Instruction::RETURN); in TEST()
Dconstant_folding_test.cc91 Instruction::RETURN | 1 << 8); in TEST()
150 Instruction::RETURN | 2 << 8); in TEST()
220 Instruction::RETURN | 2 << 8); in TEST()
302 Instruction::RETURN | 2 << 8); in TEST()
511 Instruction::RETURN | 2 << 8); in TEST()
Dgraph_checker_test.cc154 Instruction::RETURN | 0 << 8); in TEST()
Dregister_allocator_test.cc164 Instruction::RETURN); in TEST()
203 Instruction::RETURN | 1 << 8); in TEST()
252 Instruction::RETURN | 1 << 8); in TEST()
299 Instruction::RETURN | 0 << 8, in TEST()
413 Instruction::RETURN); in TEST()
Dbuilder.cc1442 case Instruction::RETURN: { in AnalyzeDexInstruction()
/art/runtime/quick/
Dinline_method_analyser.cc95 case Instruction::RETURN: in AnalyseMethodCode()
171 if (return_opcode != Instruction::RETURN && in AnalyseConstMethod()
209 !(return_opcode == Instruction::RETURN && opcode != Instruction::IGET_WIDE && in AnalyseIGetMethod()
273 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/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java35 RETURN, enumConstant
DInstruction.java335 addOpcodeInfo(Opcode.RETURN, "return", 0x0f, new Format11x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/
Dquick_compiler.cc153 Instruction::RETURN,
Dmir_to_lir.cc547 case Instruction::RETURN: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h36 V(0x0F, RETURN, "return", k11x, false, kNone, kReturn, kVerifyRegA) \
/art/compiler/dex/
Dtype_inference.cc862 case Instruction::RETURN: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1075 case Instruction::RETURN: in RecordMIR()
Dlocal_value_numbering.cc1509 case Instruction::RETURN: in GetValueNumber()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc284 HANDLE_INSTRUCTION_START(RETURN) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc191 case Instruction::RETURN: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1746 case Instruction::RETURN: in CodeFlowVerifyInstruction()