Searched refs:trackAllocations (Results 1 – 3 of 3) sorted by relevance
31 Response startTrackingHeapObjects(Maybe<bool> trackAllocations) override;51 void startTrackingHeapObjectsInternal(bool trackAllocations);
181 Maybe<bool> trackAllocations) { in startTrackingHeapObjects() argument183 bool allocationTrackingEnabled = trackAllocations.fromMaybe(false); in startTrackingHeapObjects()298 bool trackAllocations) { in startTrackingHeapObjectsInternal() argument299 m_isolate->GetHeapProfiler()->StartTrackingHeapObjects(trackAllocations); in startTrackingHeapObjectsInternal()
76 instrument.allocation.options.trackAllocations=false