Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles-inl.h43 : shadow_frame_(shadow_frame), operands_(operands), operand_index_(operand_index) {} in shadow_frame_()
59 const uint32_t next = operands_->GetOperand(operand_index_); in Next()
65 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong()
71 const InstructionOperands* const operands_; // the set of register operands to read variable
/art/libdexfile/dex/
Ddex_instruction.h735 : InstructionOperands(num_operands), operands_(operands) {} in VarArgsInstructionOperands()
740 const uint32_t (&operands_)[Instruction::kMaxVarArgRegs];
Ddex_instruction.cc561 return operands_[operand_index]; in GetOperand()