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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp43 typedef uint32_t SnapshotObjectId; typedef in namespace:blink
165 SnapshotObjectId lastSeenObjectId = ScriptProfiler::requestHeapStatsUpdate(&stream);
/external/chromium_org/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 77 milliseconds