Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h742 class NoReceiverInstructionOperands final : public InstructionOperands {
744 explicit NoReceiverInstructionOperands(const InstructionOperands* const inner) in NoReceiverInstructionOperands() function
746 ~NoReceiverInstructionOperands() {} in ~NoReceiverInstructionOperands()
752 DISALLOW_IMPLICIT_CONSTRUCTORS(NoReceiverInstructionOperands);
Ddex_instruction.cc563 uint32_t NoReceiverInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.cc814 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon()
824 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon()
/art/runtime/
Dmethod_handles.cc1067 NoReceiverInstructionOperands varhandle_operands(operands); in DoVarHandleInvokeTranslation()