Searched refs:trackAllocations (Results 1 – 4 of 4) sorted by relevance
34 Response startTrackingHeapObjects(Maybe<bool> trackAllocations) override;62 void startTrackingHeapObjectsInternal(bool trackAllocations);
221 Maybe<bool> trackAllocations) { in startTrackingHeapObjects() argument223 bool allocationTrackingEnabled = trackAllocations.fromMaybe(false); in startTrackingHeapObjects()342 bool trackAllocations) { in startTrackingHeapObjectsInternal() argument343 m_isolate->GetHeapProfiler()->StartTrackingHeapObjects(trackAllocations); in startTrackingHeapObjectsInternal()
76 instrument.allocation.options.trackAllocations=false
711 optional boolean trackAllocations