Searched refs:getHeapObjectId (Results 1 – 5 of 5) sorted by relevance
72 static unsigned getHeapObjectId(const ScriptValue&);
141 unsigned ScriptProfiler::getHeapObjectId(const ScriptValue& value) in getHeapObjectId() function in WebCore::ScriptProfiler
74 … virtual void getHeapObjectId(ErrorString*, const String& objectId, String* heapSnapshotObjectId);
311 void InspectorHeapProfilerAgent::getHeapObjectId(ErrorString* errorString, const String& objectId, … in getHeapObjectId() function in WebCore::InspectorHeapProfilerAgent324 unsigned id = ScriptProfiler::getHeapObjectId(value); in getHeapObjectId()
981 … HeapProfilerAgent.getHeapObjectId(objectId, didReceiveHeapObjectId.bind(this, viewName));