Lines Matching refs:ZonePool
18 ZonePool* zone_pool() { return &zone_pool_; } in zone_pool()
26 void Expect(ZonePool::StatsScope* stats, size_t current, size_t max, in Expect()
41 ZonePool zone_pool_;
49 ZonePool::StatsScope stats(zone_pool()); in TEST_F()
54 ZonePool::Scope scope(zone_pool()); in TEST_F()
64 ZonePool::Scope* scopes[kArraySize]; in TEST_F()
69 scopes[i] = new ZonePool::Scope(zone_pool()); in TEST_F()
75 ZonePool::StatsScope stats(zone_pool()); in TEST_F()
89 scopes[i] = new ZonePool::Scope(zone_pool()); in TEST_F()
123 ZonePool::StatsScope outer_stats(zone_pool()); in TEST_F()
125 ZonePool::Scope outer_scope(zone_pool()); in TEST_F()
133 ZonePool::StatsScope inner_stats(zone_pool()); in TEST_F()
136 ZonePool::Scope inner_scope(zone_pool()); in TEST_F()