Lines Matching full:heap
208 * HeapSnapshotEdge represents a directed connection between heap
245 * HeapGraphNode represents a node in a heap graph.
257 kHeapNumber = 7, // Number stored in the heap.
258 kNative = 8, // Native object (not from V8 heap).
274 * Returns node id. For the same heap object, the id remains the same
309 * Finds and returns a value from the heap corresponding to this node,
317 * HeapSnapshots record the state of the JS heap at some moment.
322 kFull = 0 // Heap snapshot with all instances and references.
328 /** Returns heap snapshot type. */
331 /** Returns heap snapshot UID (assigned by the profiler.) */
334 /** Returns heap snapshot title. */
337 /** Returns the root node of the heap graph. */
360 * advance, it 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.
445 * this information while taking a heap snapshot, V8 calls GC
448 * 2. When a heap snapshot is collected, V8 additionally
453 * objects for heap snapshots, he can do it in a GC prologue
486 * Heap snapshot generator will collect all the group names, create