Lines Matching defs:index
141 // function. This class bundles the index and a debug name for such operators.
146 ParameterInfo(int index, const char* debug_name)
147 : index_(index), debug_name_(debug_name) {
148 DCHECK_LE(kMinIndex, index);
151 int index() const { return index_; }
503 const Operator* Parameter(int index, const char* debug_name = nullptr);
505 const Operator* OsrValue(int index);
548 const Operator* Projection(size_t index);
697 // Note these functions don't return the index of the Start output; instead
698 // they return the index assigned to the Parameter node.
731 // output indices (and not the index assigned to a Parameter).