Searched refs:allocation_trackers_ (Results 1 – 3 of 3) sorted by relevance
200 for (auto& tracker : allocation_trackers_) { in OnAllocationEvent()233 for (auto& tracker : allocation_trackers_) { in OnMoveEvent()
500 if (allocation_trackers_.empty()) DisableInlineAllocation(); in AddHeapObjectAllocationTracker()501 allocation_trackers_.push_back(tracker); in AddHeapObjectAllocationTracker()506 allocation_trackers_.erase(std::remove(allocation_trackers_.begin(), in RemoveHeapObjectAllocationTracker()507 allocation_trackers_.end(), tracker), in RemoveHeapObjectAllocationTracker()508 allocation_trackers_.end()); in RemoveHeapObjectAllocationTracker()509 if (allocation_trackers_.empty()) EnableInlineAllocation(); in RemoveHeapObjectAllocationTracker()3078 for (auto& tracker : allocation_trackers_) { in CreateFillerForArray()
1416 return !allocation_trackers_.empty(); in has_heap_object_allocation_tracker()2261 std::vector<HeapObjectAllocationTracker*> allocation_trackers_; variable