Home
last modified time | relevance | path

Searched refs:operand_index_ (Results 1 – 1 of 1) 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()
60 operand_index_ += 1; in Next()
65 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong()
66 operand_index_ += 2; in NextLong()
72 size_t operand_index_; // the next register operand to read from frame variable