Home
last modified time | relevance | path

Searched refs:operands_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmethod_handles.h137 : shadow_frame_(shadow_frame), operands_(operands), operand_index_(operand_index) {} in shadow_frame_()
153 const uint32_t next = operands_->GetOperand(operand_index_); in Next()
159 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong()
165 const InstructionOperands* const operands_; // the set of register operands to read variable
/art/libdexfile/dex/
Ddex_instruction.h730 : InstructionOperands(num_operands), operands_(operands) {} in VarArgsInstructionOperands()
735 const uint32_t (&operands_)[Instruction::kMaxVarArgRegs];
Ddex_instruction.cc558 return operands_[operand_index]; in GetOperand()