Searched defs:SnapshotObjectId (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8-profiler.h18 typedef uint32_t SnapshotObjectId; typedef in namespace:v8
252 SnapshotObjectId GetId() const;
319 const HeapGraphNode* GetNodeById(SnapshotObjectId id) const;
328 SnapshotObjectId GetMaxSnapshotJSObjectId() const;
408 * Returns SnapshotObjectId for a heap object referenced by |value| if
411 SnapshotObjectId GetObjectId(Handle<Value> value);
414 * Returns heap object with given SnapshotObjectId if the object is alive,
417 Handle<Value> FindObjectById(SnapshotObjectId id);
420 * Clears internal map from SnapshotObjectId to heap object. The new objects
427 * A constant for invalid SnapshotObjectId
[all...]

Completed in 228 milliseconds