Home
last modified time | relevance | path

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

/art/libdexfile/dex/
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);
Ddex_instruction.cc564 uint32_t NoReceiverInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.cc493 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon()
503 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon()
/art/runtime/
Dmethod_handles.cc1083 NoReceiverInstructionOperands varhandle_operands(operands); in DoVarHandleInvokeTranslation()