Searched refs:is_tracking_allocations (Results 1 – 4 of 4) sorted by relevance
116 DCHECK(!is_tracking_allocations()); in StartHeapObjectsTracking()134 if (is_tracking_allocations()) { in StopHeapObjectsTracking()218 if (!is_tracking_allocations()) is_tracking_object_moves_ = false; in ClearHeapObjectMap()
70 bool is_tracking_allocations() const { return !!allocation_tracker_; } in is_tracking_allocations() function
357 if (profiler->is_tracking_allocations()) { in OnAllocationEvent()
3252 if (profiler->is_tracking_allocations()) { in RightTrimFixedArray()