Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc319 size_t src_reg = operands->GetOperand(i); in CopyArgumentsFromCallerFrame()
479 size_t first_arg_register = operands->GetOperand(0); in MethodHandleInvokeMethod()
528 size_t first_callee_register = operands->GetOperand(0); in MethodHandleInvokeMethod()
582 size_t first_callee_register = operands->GetOperand(0); in MethodHandleInvokeTransform()
719 uint32_t receiver_reg = (operands->GetNumberOfOperands() > 0) ? operands->GetOperand(0) : 0u; in DoInvokePolymorphicMethod()
897 size_t obj_reg = operands->GetOperand(0); in MethodHandleFieldAccess()
920 size_t obj_reg = operands->GetOperand(0); in MethodHandleFieldAccess()
921 size_t value_reg = operands->GetOperand(1); in MethodHandleFieldAccess()
945 size_t value_reg = operands->GetOperand(0); in MethodHandleFieldAccess()
1033 ObjPtr<mirror::Object> receiver = shadow_frame.GetVRegReference(operands->GetOperand(0)); in DoVarHandleInvokeTranslation()
[all …]
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()
/art/libdexfile/dex/
Ddex_instruction.cc553 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::RangeInstructionOperands
558 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::VarArgsInstructionOperands
563 uint32_t NoReceiverInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand() function in art::NoReceiverInstructionOperands
567 return inner_->GetOperand(operand_index + 1); in GetOperand()
Ddex_instruction.h700 virtual uint32_t GetOperand(size_t index) const = 0;
716 uint32_t GetOperand(size_t operand_index) const override;
732 uint32_t GetOperand(size_t operand_index) const override;
747 uint32_t GetOperand(size_t operand_index) const override;
/art/compiler/optimizing/
Dinstruction_builder.cc1399 (operands.GetOperand(i) + 1 != operands.GetOperand(i + 1)))) { in SetupInvokeArguments()
1410 HInstruction* arg = LoadLocal(operands.GetOperand(i), type); in SetupInvokeArguments()
1446 uint32_t obj_reg = operands.GetOperand(0); in HandleInvoke()
1490 uint32_t orig_this_reg = operands.GetOperand(0); in HandleStringInit()
1835 HInstruction* value = LoadLocal(operands.GetOperand(i), type); in BuildFilledNewArray()