Lines Matching refs:zone_pool
18 ZonePool* zone_pool() { return &zone_pool_; } in zone_pool() function in v8::internal::compiler::ZonePoolTest
21 ASSERT_EQ(current, zone_pool()->GetCurrentAllocatedBytes()); in ExpectForPool()
22 ASSERT_EQ(max, zone_pool()->GetMaxAllocatedBytes()); in ExpectForPool()
23 ASSERT_EQ(total, zone_pool()->GetTotalAllocatedBytes()); in ExpectForPool()
49 ZonePool::StatsScope stats(zone_pool()); in TEST_F()
54 ZonePool::Scope scope(zone_pool()); 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()