Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dliveness_test.cc111 Instruction::RETURN); in TEST_F()
140 Instruction::RETURN); in TEST_F()
188 Instruction::RETURN | 0 << 8); in TEST_F()
233 Instruction::RETURN | 0 << 8); in TEST_F()
325 Instruction::RETURN | 1 << 8); in TEST_F()
378 Instruction::RETURN | 0 << 8); in TEST_F()
434 Instruction::RETURN | 0 << 8); in TEST_F()
484 Instruction::RETURN | 0 << 8); in TEST_F()
539 Instruction::RETURN | 0 << 8); in TEST_F()
586 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.cc178 Instruction::RETURN | 0); in TEST_F()
187 Instruction::RETURN | 1 << 8); in TEST_F()
196 Instruction::RETURN | 1 << 8); in TEST_F()
206 Instruction::RETURN | 0 << 8, in TEST_F()
207 Instruction::RETURN | 1 << 8); in TEST_F()
217 Instruction::RETURN | 0 << 8, in TEST_F()
218 Instruction::RETURN | 1 << 8); in TEST_F()
232 Instruction::RETURN | 1 << 8); \
322 Instruction::RETURN); in TEST_F()
332 Instruction::RETURN); in TEST_F()
[all …]
Dlive_ranges_test.cc63 Instruction::RETURN); in TEST_F()
108 Instruction::RETURN | 0 << 8); in TEST_F()
155 Instruction::RETURN | 0 << 8); in TEST_F()
229 Instruction::RETURN | 1 << 8); in TEST_F()
305 Instruction::RETURN | 0 << 8); in TEST_F()
379 Instruction::RETURN); in TEST_F()
Dconstant_folding_test.cc101 Instruction::RETURN | 1 << 8); in TEST_F()
221 Instruction::RETURN | 2 << 8); in TEST_F()
290 Instruction::RETURN | 2 << 8); in TEST_F()
371 Instruction::RETURN | 2 << 8); in TEST_F()
577 Instruction::RETURN | 2 << 8); in TEST_F()
Dgraph_checker_test.cc135 Instruction::RETURN | 0 << 8); in TEST_F()
Dregister_allocator_test.cc194 Instruction::RETURN); in CFG1()
235 Instruction::RETURN | 1 << 8); in Loop1()
286 Instruction::RETURN | 1 << 8); in Loop2()
326 Instruction::RETURN | 0 << 8, in Loop3()
435 Instruction::RETURN); in TEST_F()
Dscheduler_test.cc455 Instruction::RETURN | 2 << 8); // return v2 in TEST_F()
Dinliner.cc451 case Instruction::RETURN: in AlwaysThrows()
Dinstruction_builder.cc2533 case Instruction::RETURN: { in ProcessDexInstruction()
/art/test/2034-spaces-in-SimpleName/src_gen/
DSpacesInSimpleName.java56 mvMain.visitInsn(Opcodes.RETURN); in main()
62 mvSpaces.visitInsn(Opcodes.RETURN); in main()
/art/runtime/arch/x86/
Dmemcmp16_x86.S43 #define RETURN RETURN_END; CFI_RESTORE_STATE_AND_DEF_CFA(esp, 16); 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/tools/dexanalyze/
Ddexanalyze_bytecode.cc498 case Instruction::RETURN: in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc343 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-inl.h472 HANDLER_ATTRIBUTES bool RETURN() { in RETURN() function
/art/runtime/verifier/
Dmethod_verifier.cc2021 case Instruction::RETURN: in AdjustReturnLine()
2166 case Instruction::RETURN: in CodeFlowVerifyInstruction()