Home | History | Annotate | Download | only in heap

Lines Matching refs:AllocationObserver

167 class AllocationObserver;
1397 AllocationObserver* observer, AllocationObserver* new_space_observer);
1402 AllocationObserver* observer, AllocationObserver* new_space_observer);
2073 AllocationObserver* stress_marking_observer_;
2174 AllocationObserver* idle_scavenge_observer_;
2500 class AllocationObserver {
2502 explicit AllocationObserver(intptr_t step_size)
2506 virtual ~AllocationObserver() {}
2539 DISALLOW_COPY_AND_ASSIGN(AllocationObserver);