Lines Matching refs:index
165 /** Retrieves a child node by index. */
166 const CpuProfileNode* GetChild(int index) const;
228 * the given index.
230 const CpuProfileNode* GetSample(int index) const;
237 int64_t GetSampleTimestamp(int index) const;
248 StateTag GetSampleState(int index) const;
253 EmbedderStateTag GetSampleEmbedderState(int index) const;
563 * Returns edge name. This can be a variable name, an element index, or
624 /** Retrieves a child by index. */
625 const HeapGraphEdge* GetChild(int index) const;
646 /** Returns a node by index. */
647 const HeapGraphNode* GetNode(int index) const;
962 /** Returns a snapshot by index. */
963 const HeapSnapshot* GetHeapSnapshot(int index);
1186 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size)
1187 : index(index), count(count), size(size) { }
1188 uint32_t index; // Index of the time interval that was changed.
1189 uint32_t count; // New value of count field for the interval with this index.
1190 uint32_t size; // New value of size field for the interval with this index.