Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dliveness_test.cc113 Instruction::RETURN); in TEST_F()
142 Instruction::RETURN); in TEST_F()
190 Instruction::RETURN | 0 << 8); in TEST_F()
235 Instruction::RETURN | 0 << 8); in TEST_F()
327 Instruction::RETURN | 1 << 8); in TEST_F()
380 Instruction::RETURN | 0 << 8); in TEST_F()
436 Instruction::RETURN | 0 << 8); in TEST_F()
486 Instruction::RETURN | 0 << 8); in TEST_F()
541 Instruction::RETURN | 0 << 8); in TEST_F()
588 Instruction::RETURN | 0 << 8); in TEST_F()
Dfind_loops_test.cc49 Instruction::RETURN); in TEST_F()
65 Instruction::RETURN); in TEST_F()
82 Instruction::RETURN | 0 << 8); in TEST_F()
97 Instruction::RETURN | 0 << 8); in TEST_F()
171 Instruction::RETURN | 0 << 8); in TEST_F()
196 Instruction::RETURN | 0 << 8); in TEST_F()
222 Instruction::RETURN | 0 << 8); in TEST_F()
248 Instruction::RETURN | 0 << 8); in TEST_F()
273 Instruction::RETURN | 0 << 8); in TEST_F()
304 Instruction::RETURN | 0 << 8); in TEST_F()
[all …]
Dssa_test.cc155 Instruction::RETURN | 0 << 8); in TEST_F()
188 Instruction::RETURN | 0 << 8); in TEST_F()
221 Instruction::RETURN | 0 << 8); in TEST_F()
283 Instruction::RETURN | 1 << 8); in TEST_F()
318 Instruction::RETURN | 0 << 8); in TEST_F()
360 Instruction::RETURN | 0 << 8); in TEST_F()
399 Instruction::RETURN | 0 << 8); in TEST_F()
441 Instruction::RETURN | 0 << 8); in TEST_F()
Dcodegen_test.cc395 Instruction::RETURN | 0); in TEST_F()
404 Instruction::RETURN | 1 << 8); in TEST_F()
413 Instruction::RETURN | 1 << 8); in TEST_F()
423 Instruction::RETURN | 0 << 8, in TEST_F()
424 Instruction::RETURN | 1 << 8); in TEST_F()
434 Instruction::RETURN | 0 << 8, in TEST_F()
435 Instruction::RETURN | 1 << 8); in TEST_F()
449 Instruction::RETURN | 1 << 8); \
539 Instruction::RETURN); in TEST_F()
549 Instruction::RETURN); in TEST_F()
[all …]
Dlive_ranges_test.cc59 Instruction::RETURN); in TEST_F()
108 Instruction::RETURN | 0 << 8); in TEST_F()
159 Instruction::RETURN | 0 << 8); in TEST_F()
237 Instruction::RETURN | 1 << 8); in TEST_F()
317 Instruction::RETURN | 0 << 8); in TEST_F()
395 Instruction::RETURN); in TEST_F()
Dconstant_folding_test.cc110 Instruction::RETURN | 1 << 8); in TEST_F()
230 Instruction::RETURN | 2 << 8); in TEST_F()
299 Instruction::RETURN | 2 << 8); in TEST_F()
380 Instruction::RETURN | 2 << 8); in TEST_F()
586 Instruction::RETURN | 2 << 8); in TEST_F()
Dgraph_checker_test.cc139 Instruction::RETURN | 0 << 8); in TEST_F()
Dregister_allocator_test.cc160 Instruction::RETURN); in TEST_F()
199 Instruction::RETURN | 1 << 8); in TEST_F()
248 Instruction::RETURN | 1 << 8); in TEST_F()
286 Instruction::RETURN | 0 << 8, in TEST_F()
400 Instruction::RETURN); in TEST_F()
Dinstruction_builder.cc1825 case Instruction::RETURN: { in ProcessDexInstruction()
/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/runtime/quick/
Dinline_method_analyser.cc478 case Instruction::RETURN: in AnalyseMethodCode()
566 if (return_opcode != Instruction::RETURN && in AnalyseConstMethod()
606 !(return_opcode == Instruction::RETURN && opcode != Instruction::IGET_WIDE && in AnalyseIGetMethod()
672 if (return_opcode != Instruction::RETURN && in AnalyseIPutMethod()
/art/runtime/interpreter/mterp/
DREADME.txt55 note be used on RETURN-class instructions.
/art/runtime/
Ddex_instruction_list.h36 V(0x0F, RETURN, "return", k11x, false, kIndexNone, kReturn, kVerifyRegA) \
/art/runtime/verifier/
Dmethod_verifier.cc1951 case Instruction::RETURN: in AdjustReturnLine()
2112 case Instruction::RETURN: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc312 HANDLE_INSTRUCTION_START(RETURN) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc243 case Instruction::RETURN: { in ExecuteSwitchImpl()