Searched refs:RETURN (Results 1 – 19 of 19) 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 | 47 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 …]
|
D | ssa_test.cc | 157 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()
|
D | codegen_test.cc | 182 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 …]
|
D | live_ranges_test.cc | 62 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()
|
D | graph_checker_test.cc | 135 Instruction::RETURN | 0 << 8); in TEST_F()
|
D | register_allocator_test.cc | 190 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()
|
D | scheduler_test.cc | 416 Instruction::RETURN | 2 << 8); // return v2 in TEST_F()
|
D | inliner.cc | 431 case Instruction::RETURN: in AlwaysThrows()
|
D | instruction_builder.cc | 2087 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/compiler/dex/ |
D | inline_method_analyser.cc | 462 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/ |
D | TestGenerator.java | 182 mv.visitInsn(Opcodes.RETURN); in generateRunTest()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 55 note be used on RETURN-class instructions.
|
/art/tools/veridex/ |
D | flow_analysis.cc | 335 case Instruction::RETURN: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 37 V(0x0F, RETURN, "return", k11x, kIndexNone, kReturn, 0, kVerifyRegA) \
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 352 case Instruction::RETURN: { in ExecuteSwitchImplCpp()
|