Searched refs:InlineAllocationObserver (Results 1 – 6 of 6) sorted by relevance
218 class Observer : public InlineAllocationObserver {221 : InlineAllocationObserver(step_size), in Observer()
2581 class InlineAllocationObserver {2583 explicit InlineAllocationObserver(intptr_t step_size) in InlineAllocationObserver() function2587 virtual ~InlineAllocationObserver() {} in ~InlineAllocationObserver()2625 DISALLOW_COPY_AND_ASSIGN(InlineAllocationObserver);2824 void AddInlineAllocationObserver(InlineAllocationObserver* observer);2827 void RemoveInlineAllocationObserver(InlineAllocationObserver* observer);2934 List<InlineAllocationObserver*> inline_allocation_observers_;
1662 InlineAllocationObserver* o = inline_allocation_observers_[i]; in AllocateChunk()1671 void NewSpace::AddInlineAllocationObserver(InlineAllocationObserver* observer) { in AllocateChunk()1678 InlineAllocationObserver* observer) { in AllocateChunk()
2342 InlineAllocationObserver* idle_scavenge_observer_;
56 class IdleScavengeObserver : public InlineAllocationObserver {59 : InlineAllocationObserver(step_size), heap_(heap) {} in IdleScavengeObserver()
800 class Observer : public InlineAllocationObserver {803 : InlineAllocationObserver(step_size), count_(0) {} in Observer()814 UNINITIALIZED_TEST(InlineAllocationObserver) { in UNINITIALIZED_TEST() argument