Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dliveness_test.cc112 Instruction::RETURN); in TEST_F()
141 Instruction::RETURN); in TEST_F()
189 Instruction::RETURN | 0 << 8); in TEST_F()
234 Instruction::RETURN | 0 << 8); in TEST_F()
326 Instruction::RETURN | 1 << 8); in TEST_F()
379 Instruction::RETURN | 0 << 8); in TEST_F()
435 Instruction::RETURN | 0 << 8); in TEST_F()
485 Instruction::RETURN | 0 << 8); in TEST_F()
540 Instruction::RETURN | 0 << 8); in TEST_F()
587 Instruction::RETURN | 0 << 8); in TEST_F()
Dfind_loops_test.cc48 Instruction::RETURN); in TEST_F()
62 Instruction::RETURN); in TEST_F()
77 Instruction::RETURN | 0 << 8); in TEST_F()
90 Instruction::RETURN | 0 << 8); in TEST_F()
160 Instruction::RETURN | 0 << 8); in TEST_F()
183 Instruction::RETURN | 0 << 8); in TEST_F()
207 Instruction::RETURN | 0 << 8); in TEST_F()
231 Instruction::RETURN | 0 << 8); in TEST_F()
254 Instruction::RETURN | 0 << 8); in TEST_F()
283 Instruction::RETURN | 0 << 8); in TEST_F()
[all …]
Dssa_test.cc158 Instruction::RETURN | 0 << 8); in TEST_F()
191 Instruction::RETURN | 0 << 8); in TEST_F()
224 Instruction::RETURN | 0 << 8); in TEST_F()
286 Instruction::RETURN | 1 << 8); in TEST_F()
321 Instruction::RETURN | 0 << 8); in TEST_F()
363 Instruction::RETURN | 0 << 8); in TEST_F()
402 Instruction::RETURN | 0 << 8); in TEST_F()
444 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.cc64 Instruction::RETURN); in TEST_F()
109 Instruction::RETURN | 0 << 8); in TEST_F()
156 Instruction::RETURN | 0 << 8); in TEST_F()
230 Instruction::RETURN | 1 << 8); in TEST_F()
306 Instruction::RETURN | 0 << 8); in TEST_F()
380 Instruction::RETURN); in TEST_F()
Dconstant_folding_test.cc103 Instruction::RETURN | 1 << 8); in TEST_F()
223 Instruction::RETURN | 2 << 8); in TEST_F()
292 Instruction::RETURN | 2 << 8); in TEST_F()
373 Instruction::RETURN | 2 << 8); in TEST_F()
579 Instruction::RETURN | 2 << 8); in TEST_F()
Dgraph_checker_test.cc136 Instruction::RETURN | 0 << 8); in TEST_F()
Dregister_allocator_test.cc173 Instruction::RETURN); in TEST_F()
212 Instruction::RETURN | 1 << 8); in TEST_F()
261 Instruction::RETURN | 1 << 8); in TEST_F()
299 Instruction::RETURN | 0 << 8, in TEST_F()
404 Instruction::RETURN); in TEST_F()
Dscheduler_test.cc454 Instruction::RETURN | 2 << 8); // return v2 in TEST_F()
Dinliner.cc435 case Instruction::RETURN: in AlwaysThrows()
Dinstruction_builder.cc2913 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 MACRO0(RETURN)
788 RETURN
795 RETURN
804 RETURN
811 RETURN
822 RETURN
829 RETURN
838 RETURN
845 RETURN
/art/compiler/dex/
Dinline_method_analyser.cc441 case Instruction::RETURN: in AnalyseMethodCode()
521 if (return_opcode != Instruction::RETURN && in AnalyseConstMethod()
558 !(return_opcode == Instruction::RETURN && opcode != Instruction::IGET_WIDE && in AnalyseIGetMethod()
621 if (return_opcode != Instruction::RETURN && in AnalyseIPutMethod()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java35 RETURN, enumConstant
DInstruction.java335 addOpcodeInfo(Opcode.RETURN, "return", 0x0f, new Format11x()); in addOpcodeInfo() argument
/art/runtime/jit/
Dsmall_pattern_matcher.cc262 case Instruction::RETURN: in TryMatch()
390 case Instruction::RETURN: { in TryMatch()
/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.cc366 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.h625 HANDLER_ATTRIBUTES bool RETURN() { in RETURN() function
/art/runtime/verifier/
Dmethod_verifier.cc1968 case Instruction::RETURN: in AdjustReturnLine()
2113 case Instruction::RETURN: in CodeFlowVerifyInstruction()