Searched refs:trackAllocations (Results 1 – 4 of 4) sorted by relevance
31 Response startTrackingHeapObjects(Maybe<bool> trackAllocations) override;53 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()
610 optional boolean trackAllocations
76 instrument.allocation.options.trackAllocations=false