Home | History | Annotate | Download | only in include

Lines Matching full:heap

208  * HeapSnapshotEdge represents a directed connection between heap
244 * HeapGraphNode represents a node in a heap graph.
256 kHeapNumber = 7, // Number stored in the heap.
257 kNative = 8 // Native object (not from V8 heap).
271 * Returns node id. For the same heap object, the id remains the same
272 * across all snapshots. Not applicable to aggregated heap snapshots
279 * heap snapshots.
294 * assumed that initially heap profiling tools provide approximate
321 * HeapSnapshots record the state of the JS heap at some moment.
326 kFull = 0, // Heap snapshot with all instances and references.
327 kAggregated = 1 // Snapshot doesn't contain individual heap entries,
334 /** Returns heap snapshot type. */
337 /** Returns heap snapshot UID (assigned by the profiler.) */
340 /** Returns heap snapshot title. */
343 /** Returns the root node of the heap graph. */
360 * advance, it is can be roughly equal to JS heap size (that means,
363 * For the JSON format, heap contents are represented as an object
385 * Interface for controlling heap profiling.
408 * Takes a heap snapshot and returns it. Title may be an empty string.
442 * this information while taking a heap snapshot, V8 calls GC
445 * 2. When a heap snapshot is collected, V8 additionally
450 * objects for heap snapshots, he can do it in a GC prologue