Lines Matching refs:index
165 /** Retrieves a child node by index. */
166 const CpuProfileNode* GetChild(int index) const;
231 * the given index.
233 const CpuProfileNode* GetSample(int index) const;
240 int64_t GetSampleTimestamp(int index) const;
251 StateTag GetSampleState(int index) const;
256 EmbedderStateTag GetSampleEmbedderState(int index) const;
563 * Returns edge name. This can be a variable name, an element index, or
621 /** Retrieves a child by index. */
622 const HeapGraphEdge* GetChild(int index) const;
643 /** Returns a node by index. */
644 const HeapGraphNode* GetNode(int index) const;
948 /** Returns a snapshot by index. */
949 const HeapSnapshot* GetHeapSnapshot(int index);
1117 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size)
1118 : index(index), count(count), size(size) { }
1119 uint32_t index; // Index of the time interval that was changed.
1120 uint32_t count; // New value of count field for the interval with this index.
1121 uint32_t size; // New value of size field for the interval with this index.