Searched refs:RETURN_WIDE (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/compiler/dex/ |
H A D | inline_method_analyser.cc | 464 case Instruction::RETURN_WIDE: in AnalyseMethodCode() 529 DCHECK_LT((return_opcode == Instruction::RETURN_WIDE) ? reg + 1 : reg, in AnalyseReturnMethod() 536 data->is_wide = (return_opcode == Instruction::RETURN_WIDE) ? 1u : 0u; in AnalyseReturnMethod() 586 if (!(return_opcode == Instruction::RETURN_WIDE && opcode == Instruction::IGET_WIDE) && in AnalyseIGetMethod() 594 DCHECK_LT(return_opcode == Instruction::RETURN_WIDE ? return_reg + 1 : return_reg, in AnalyseIGetMethod() 655 return_opcode != Instruction::RETURN_WIDE) { in AnalyseIPutMethod() 661 DCHECK_LT(return_opcode == Instruction::RETURN_WIDE ? return_reg + 1u : return_reg, in AnalyseIPutMethod()
|
/aosp12/art/compiler/optimizing/ |
H A D | constant_folding_test.cc | 162 Instruction::RETURN_WIDE | 2 << 8); in TEST_F() 434 Instruction::RETURN_WIDE | 4 << 8); in TEST_F() 498 Instruction::RETURN_WIDE | 4 << 8); in TEST_F()
|
H A D | codegen_test.cc | 259 Instruction::RETURN_WIDE | 2 << 8); \ 312 Instruction::RETURN_WIDE | 2 << 8); in TEST_F() 380 Instruction::RETURN_WIDE); in TEST_F() 390 Instruction::RETURN_WIDE); in TEST_F()
|
H A D | inliner.cc | 422 case Instruction::RETURN_WIDE: in AlwaysThrows()
|
H A D | instruction_builder.cc | 2733 case Instruction::RETURN_WIDE: { in ProcessDexInstruction()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Opcode.java | 36 RETURN_WIDE, enumConstant
|
H A D | Instruction.java | 336 addOpcodeInfo(Opcode.RETURN_WIDE, "return-wide", 0x10, new Format11x()); in addOpcodeInfo() argument
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 500 case Instruction::RETURN_WIDE: in ProcessCodeItem()
|
/aosp12/art/tools/veridex/ |
H A D | flow_analysis.cc | 365 case Instruction::RETURN_WIDE: in ProcessDexInstruction()
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_instruction_list.h | 38 V(0x10, RETURN_WIDE, "return-wide", k11x, kIndexNone, kReturn, 0, kVerifyRegAWide) \
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 458 HANDLER_ATTRIBUTES bool RETURN_WIDE() { in RETURN_WIDE() function
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 2017 case Instruction::RETURN_WIDE: in AdjustReturnLine() 2182 case Instruction::RETURN_WIDE: in CodeFlowVerifyInstruction()
|