/art/compiler/optimizing/ |
D | liveness_test.cc | 109 Instruction::RETURN); in TEST_F() 138 Instruction::RETURN); in TEST_F() 186 Instruction::RETURN | 0 << 8); in TEST_F() 231 Instruction::RETURN | 0 << 8); in TEST_F() 323 Instruction::RETURN | 1 << 8); in TEST_F() 376 Instruction::RETURN | 0 << 8); in TEST_F() 432 Instruction::RETURN | 0 << 8); in TEST_F() 482 Instruction::RETURN | 0 << 8); in TEST_F() 537 Instruction::RETURN | 0 << 8); in TEST_F() 584 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 | 184 Instruction::RETURN | 0); in TEST_F() 193 Instruction::RETURN | 1 << 8); in TEST_F() 202 Instruction::RETURN | 1 << 8); in TEST_F() 212 Instruction::RETURN | 0 << 8, in TEST_F() 213 Instruction::RETURN | 1 << 8); in TEST_F() 223 Instruction::RETURN | 0 << 8, in TEST_F() 224 Instruction::RETURN | 1 << 8); in TEST_F() 238 Instruction::RETURN | 1 << 8); \ 328 Instruction::RETURN); in TEST_F() 338 Instruction::RETURN); in TEST_F() [all …]
|
D | live_ranges_test.cc | 60 Instruction::RETURN); in TEST_F() 105 Instruction::RETURN | 0 << 8); in TEST_F() 152 Instruction::RETURN | 0 << 8); in TEST_F() 226 Instruction::RETURN | 1 << 8); in TEST_F() 302 Instruction::RETURN | 0 << 8); in TEST_F() 376 Instruction::RETURN); in TEST_F()
|
D | constant_folding_test.cc | 101 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()
|
D | graph_checker_test.cc | 135 Instruction::RETURN | 0 << 8); in TEST_F()
|
D | register_allocator_test.cc | 192 Instruction::RETURN); in CFG1() 233 Instruction::RETURN | 1 << 8); in Loop1() 284 Instruction::RETURN | 1 << 8); in Loop2() 324 Instruction::RETURN | 0 << 8, in Loop3() 433 Instruction::RETURN); in TEST_F()
|
D | scheduler_test.cc | 427 Instruction::RETURN | 2 << 8); // return v2 in TEST_F()
|
D | inliner.cc | 452 case Instruction::RETURN: in AlwaysThrows()
|
D | instruction_builder.cc | 2238 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/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 498 case Instruction::RETURN: in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 343 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/verifier/ |
D | method_verifier.cc | 1978 case Instruction::RETURN: in AdjustReturnLine() 2152 case Instruction::RETURN: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 528 ALWAYS_INLINE void RETURN() REQUIRES_SHARED(Locks::mutator_lock_) { in RETURN() function
|