HomeSort by relevance Sort by last modified time
    Searched refs:StatsScope (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
zone-pool.h 41 class StatsScope final {
43 explicit StatsScope(ZonePool* zone_pool);
44 ~StatsScope();
61 DISALLOW_COPY_AND_ASSIGN(StatsScope);
78 typedef std::vector<StatsScope*> Stats;
zone-pool.cc 11 ZonePool::StatsScope::StatsScope(ZonePool* zone_pool)
26 ZonePool::StatsScope::~StatsScope() {
32 size_t ZonePool::StatsScope::GetMaxAllocatedBytes() {
37 size_t ZonePool::StatsScope::GetCurrentAllocatedBytes() {
51 size_t ZonePool::StatsScope::GetTotalAllocatedBytes() {
56 void ZonePool::StatsScope::ZoneReturned(Zone* zone) {
118 for (StatsScope* stat_scope : stats_) {
pipeline-statistics.h 42 base::SmartPointer<ZonePool::StatsScope> scope_;
pipeline-statistics.cc 16 scope_.Reset(new ZonePool::StatsScope(pipeline_stats->zone_pool_));
  /external/v8/test/unittests/compiler/
zone-pool-unittest.cc 26 void Expect(ZonePool::StatsScope* stats, size_t current, size_t max,
50 ZonePool::StatsScope stats(zone_pool());
76 ZonePool::StatsScope stats(zone_pool());
124 ZonePool::StatsScope outer_stats(zone_pool());
134 ZonePool::StatsScope inner_stats(zone_pool());

Completed in 338 milliseconds