Home
last modified time | relevance | path

Searched refs:GetOperand (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dmethod_handles-inl.h59 const uint32_t next = operands_->GetOperand(operand_index_); in Next()
65 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong()
Dmethod_handles.cc331 size_t src_reg = operands->GetOperand(i); in CopyArgumentsFromCallerFrame()
631 size_t obj_reg = operands->GetOperand(0); in MethodHandleFieldAccess()
650 size_t obj_reg = operands->GetOperand(0); in MethodHandleFieldAccess()
651 size_t value_reg = operands->GetOperand(1); in MethodHandleFieldAccess()
672 size_t value_reg = operands->GetOperand(0); in MethodHandleFieldAccess()
712 ObjPtr<mirror::Object> receiver = shadow_frame.GetVRegReference(operands->GetOperand(0)); in DoVarHandleInvokeTranslation()
756 uint32_t receiver_reg = (operands->GetNumberOfOperands() > 0) ? operands->GetOperand(0) : 0u; in DoMethodHandleInvokeMethod()
/art/libdexfile/dex/
Ddex_instruction.cc520 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::RangeInstructionOperands
525 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::VarArgsInstructionOperands
530 uint32_t NoReceiverInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::NoReceiverInstructionOperands
534 return inner_->GetOperand(operand_index + 1); in GetOperand()
Ddex_instruction.h705 virtual uint32_t GetOperand(size_t index) const = 0;
721 uint32_t GetOperand(size_t operand_index) const override;
737 uint32_t GetOperand(size_t operand_index) const override;
752 uint32_t GetOperand(size_t operand_index) const override;
/art/compiler/optimizing/
Dinstruction_builder.cc1788 uint32_t obj_reg = operands.GetOperand(0u); in SetupInvokeArguments()
1811 (operands.GetOperand(i) + 1 != operands.GetOperand(i + 1)))) { in SetupInvokeArguments()
1824 HInstruction* arg = LoadLocal(operands.GetOperand(i), type); in SetupInvokeArguments()
2082 uint32_t orig_this_reg = operands.GetOperand(0); in HandleStringInit()
2451 HInstruction* value = LoadLocal(operands.GetOperand(i), type); in BuildFilledNewArray()