Home
last modified time | relevance | path

Searched refs:NoReceiverInstructionOperands (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_instruction.h747 class NoReceiverInstructionOperands final : public InstructionOperands {
749 explicit NoReceiverInstructionOperands(const InstructionOperands* const inner) in NoReceiverInstructionOperands() function
751 ~NoReceiverInstructionOperands() {} in ~NoReceiverInstructionOperands()
757 DISALLOW_IMPLICIT_CONSTRUCTORS(NoReceiverInstructionOperands);
H A Ddex_instruction.cc529 uint32_t NoReceiverInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc489 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon()
499 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon()
/aosp12/art/runtime/
H A Dmethod_handles.cc1083 NoReceiverInstructionOperands varhandle_operands(operands); in DoVarHandleInvokeTranslation()