Searched refs:AllocationObserver (Results 1 – 7 of 7) sorted by relevance
156 class SamplingAllocationObserver : public AllocationObserver {161 : AllocationObserver(step_size), in SamplingAllocationObserver()
221 class Observer : public AllocationObserver {224 : AllocationObserver(step_size), in Observer()
309 class AllocationObserver; variable2203 AllocationObserver* idle_scavenge_observer_;2641 class AllocationObserver {2643 explicit AllocationObserver(intptr_t step_size) in AllocationObserver() function2647 virtual ~AllocationObserver() {} in ~AllocationObserver()2690 DISALLOW_COPY_AND_ASSIGN(AllocationObserver);
25 class AllocationObserver; variable1025 : allocation_observers_(new List<AllocationObserver*>()), in Space()1043 virtual void AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver()1047 virtual void RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver()1109 v8::base::SmartPointer<List<AllocationObserver*>> allocation_observers_;2828 void AddAllocationObserver(AllocationObserver* observer) override;2830 void RemoveAllocationObserver(AllocationObserver* observer) override;
1073 AllocationObserver* o = (*allocation_observers_)[i]; in AllocateChunk()1630 AllocationObserver* o = (*allocation_observers_)[i]; in AllocateChunk()1638 void NewSpace::AddAllocationObserver(AllocationObserver* observer) { in AllocateChunk()1643 void NewSpace::RemoveAllocationObserver(AllocationObserver* observer) { in AllocateChunk()
57 class IdleScavengeObserver : public AllocationObserver {60 : AllocationObserver(step_size), heap_(heap) {} in IdleScavengeObserver()
548 class Observer : public AllocationObserver {551 : AllocationObserver(step_size), count_(0) {} in Observer()630 UNINITIALIZED_TEST(AllocationObserver) { in UNINITIALIZED_TEST() argument