Lines Matching refs:from
104 /** Returns resource name for script from where the function originates. */
108 * Returns resource name for script from where the function originates.
115 * Return true if the script from where the function originates is flagged as
158 * Gets the type of the source which the node was captured from.
179 * An interface for exporting data from V8, using "push" model.
210 * (from main() down to functions that do all the work).
266 * Deletes the profile and removes it from CpuProfiler's list.
293 // (from the root to a leaf) will have line numbers that point to the start
305 // Use more verbose naming for functions without names, inferred from scope
329 * Result from StartProfiling returning the Profiling Status, and
438 * may result in greater variance in sample timings from the platform's
541 * graph nodes: from retainers to retained nodes.
546 kContextVariable = 0, // A variable from a function context.
549 kInternal = 3, // A link that can't be accessed from JS,
553 // calculation, but may be hidden from user.
590 kNative = 8, // Native object (not from V8 heap).
650 * Deletes the snapshot and removes it from HeapProfiler's list.
768 * List of callees called from this node for which we have sampled
829 * 3) In the callback use graph->AddEdge(node1, node2) to add an edge from
831 * 4) To represent references from/to V8 object, construct V8 nodes using
839 * Detachedness specifies whether an object is attached or detached from the
900 * Adds an edge that represents a strong reference from the given
901 * node |from| to the given node |to|. The nodes must be added to the graph
907 virtual void AddEdge(Node* from, Node* to, const char* name = nullptr) = 0;
970 * Clears internal map from SnapshotObjectId to heap object. The new objects
1113 * A struct for exporting HeapStats data from V8, using "push" model.
1192 * moved from `GetPreviousCodeStartAddress()` to `GetCodeStartAddress()`.