Searched refs:RETURN (Results 1 – 18 of 18) sorted by relevance
/art/compiler/optimizing/ |
D | liveness_test.cc | 113 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()
|
D | find_loops_test.cc | 49 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 …]
|
D | ssa_test.cc | 155 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()
|
D | codegen_test.cc | 395 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 …]
|
D | live_ranges_test.cc | 59 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()
|
D | constant_folding_test.cc | 110 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()
|
D | graph_checker_test.cc | 139 Instruction::RETURN | 0 << 8); in TEST_F()
|
D | register_allocator_test.cc | 160 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()
|
D | instruction_builder.cc | 1825 case Instruction::RETURN: { in ProcessDexInstruction()
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 43 #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/ |
D | Opcode.java | 35 RETURN, enumConstant
|
D | Instruction.java | 335 addOpcodeInfo(Opcode.RETURN, "return", 0x0f, new Format11x()); in addOpcodeInfo() argument
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 478 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/ |
D | README.txt | 55 note be used on RETURN-class instructions.
|
/art/runtime/ |
D | dex_instruction_list.h | 36 V(0x0F, RETURN, "return", k11x, false, kIndexNone, kReturn, kVerifyRegA) \
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1951 case Instruction::RETURN: in AdjustReturnLine() 2112 case Instruction::RETURN: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 312 HANDLE_INSTRUCTION_START(RETURN) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 243 case Instruction::RETURN: { in ExecuteSwitchImpl()
|