Home
last modified time | relevance | path

Searched refs:traceIds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DHeapSnapshot.js1143 var traceIds = this._allocationProfile.traceIds(bottomUpAllocationNodeId);
1144 if (!traceIds.length)
1147 for (var i = 0; i < traceIds.length; i++)
1148 set[traceIds[i]] = true;
DAllocationProfile.js199 traceIds: function(allocationNodeId) method in WebInspector.AllocationProfile