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.cc530 uint32_t NoReceiverInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/
Dmethod_handles.cc740 NoReceiverInstructionOperands varhandle_operands(operands); in DoVarHandleInvokeTranslation()
/art/runtime/interpreter/
Dinterpreter_common.cc460 NoReceiverInstructionOperands operands(all_operands); in DoVarHandleInvokeCommon()