Lines Matching refs:index
127 std::size_t index) const {
128 DCHECK_LT(index, GetValueDefinitionCount());
129 return DefinitionLocation::Instruction(this, index);
186 std::size_t index) const {
187 DCHECK_LT(index, GetValueDefinitionCount());
188 return DefinitionLocation::Instruction(this, index);
262 std::size_t index) const {
263 DCHECK_LT(index, GetValueDefinitionCount());
264 return DefinitionLocation::Instruction(this, index);
372 std::size_t label, std::size_t index) const {
373 DCHECK_LT(index, GetLabelValueDefinitionCount(label));
378 return DefinitionLocation::Instruction(this, offset + index);
388 std::size_t index) const {
389 DCHECK_LT(index, GetValueDefinitionCount());
390 return DefinitionLocation::Instruction(this, index);
459 std::size_t index) const {
460 DCHECK_LT(index, GetValueDefinitionCount());
461 return DefinitionLocation::Instruction(this, index);
498 std::size_t index) const {
499 DCHECK_LT(index, GetValueDefinitionCount());
500 return DefinitionLocation::Instruction(this, index);
565 std::size_t index) const {
566 DCHECK_LT(index, GetValueDefinitionCount());
567 return DefinitionLocation::Instruction(this, index);