Home
last modified time | relevance | path

Searched refs:RETURN (Results 1 – 19 of 19) 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.cc47 Instruction::RETURN); in TEST_F()
61 Instruction::RETURN); in TEST_F()
76 Instruction::RETURN | 0 << 8); in TEST_F()
89 Instruction::RETURN | 0 << 8); in TEST_F()
159 Instruction::RETURN | 0 << 8); in TEST_F()
182 Instruction::RETURN | 0 << 8); in TEST_F()
206 Instruction::RETURN | 0 << 8); in TEST_F()
230 Instruction::RETURN | 0 << 8); in TEST_F()
253 Instruction::RETURN | 0 << 8); in TEST_F()
282 Instruction::RETURN | 0 << 8); in TEST_F()
[all …]
Dssa_test.cc157 Instruction::RETURN | 0 << 8); in TEST_F()
190 Instruction::RETURN | 0 << 8); in TEST_F()
223 Instruction::RETURN | 0 << 8); in TEST_F()
285 Instruction::RETURN | 1 << 8); in TEST_F()
320 Instruction::RETURN | 0 << 8); in TEST_F()
362 Instruction::RETURN | 0 << 8); in TEST_F()
401 Instruction::RETURN | 0 << 8); in TEST_F()
443 Instruction::RETURN | 0 << 8); in TEST_F()
Dcodegen_test.cc182 Instruction::RETURN | 0); in TEST_F()
191 Instruction::RETURN | 1 << 8); in TEST_F()
200 Instruction::RETURN | 1 << 8); in TEST_F()
210 Instruction::RETURN | 0 << 8, in TEST_F()
211 Instruction::RETURN | 1 << 8); in TEST_F()
221 Instruction::RETURN | 0 << 8, in TEST_F()
222 Instruction::RETURN | 1 << 8); in TEST_F()
236 Instruction::RETURN | 1 << 8); \
326 Instruction::RETURN); in TEST_F()
336 Instruction::RETURN); in TEST_F()
[all …]
Dlive_ranges_test.cc62 Instruction::RETURN); in TEST_F()
109 Instruction::RETURN | 0 << 8); in TEST_F()
158 Instruction::RETURN | 0 << 8); in TEST_F()
234 Instruction::RETURN | 1 << 8); in TEST_F()
312 Instruction::RETURN | 0 << 8); in TEST_F()
388 Instruction::RETURN); in TEST_F()
Dgraph_checker_test.cc135 Instruction::RETURN | 0 << 8); in TEST_F()
Dregister_allocator_test.cc190 Instruction::RETURN); in CFG1()
231 Instruction::RETURN | 1 << 8); in Loop1()
282 Instruction::RETURN | 1 << 8); in Loop2()
322 Instruction::RETURN | 0 << 8, in Loop3()
437 Instruction::RETURN); in TEST_F()
Dscheduler_test.cc416 Instruction::RETURN | 2 << 8); // return v2 in TEST_F()
Dinliner.cc431 case Instruction::RETURN: in AlwaysThrows()
Dinstruction_builder.cc2087 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/compiler/dex/
Dinline_method_analyser.cc462 case Instruction::RETURN: in AnalyseMethodCode()
549 if (return_opcode != Instruction::RETURN && in AnalyseConstMethod()
588 !(return_opcode == Instruction::RETURN && opcode != Instruction::IGET_WIDE && in AnalyseIGetMethod()
653 if (return_opcode != Instruction::RETURN && in AnalyseIPutMethod()
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
DTestGenerator.java182 mv.visitInsn(Opcodes.RETURN); in generateRunTest()
/art/runtime/interpreter/mterp/
DREADME.txt55 note be used on RETURN-class instructions.
/art/tools/veridex/
Dflow_analysis.cc335 case Instruction::RETURN: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h37 V(0x0F, RETURN, "return", k11x, kIndexNone, kReturn, 0, kVerifyRegA) \
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc352 case Instruction::RETURN: { in ExecuteSwitchImplCpp()