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.
207 * (from main() down to functions that do all the work).
263 * Deletes the profile and removes it from CpuProfiler's list.
290 // (from the root to a leaf) will have line numbers that point to the start
302 // Use more verbose naming for functions without names, inferred from scope
326 * 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).
653 * Deletes the snapshot and removes it from HeapProfiler's list.
771 * List of callees called from this node for which we have sampled
832 * 3) In the callback use graph->AddEdge(node1, node2) to add an edge from
834 * 4) To represent references from/to V8 object, construct V8 nodes using
842 * Detachedness specifies whether an object is attached or detached from the
890 * devtools to determine which objects were retained from one snapshot to
912 * Adds an edge that represents a strong reference from the given
913 * node |from| to the given node |to|. The nodes must be added to the graph
919 virtual void AddEdge(Node* from, Node* to, const char* name = nullptr) = 0;
984 * Clears internal map from SnapshotObjectId to heap object. The new objects
1182 * A struct for exporting HeapStats data from V8, using "push" model.
1261 * moved from `GetPreviousCodeStartAddress()` to `GetCodeStartAddress()`.