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

  /external/v8/src/compiler/
zone-pool.h 46 size_t GetMaxAllocatedBytes();
67 size_t GetMaxAllocatedBytes();
zone-pool.cc 32 size_t ZonePool::StatsScope::GetMaxAllocatedBytes() {
80 size_t ZonePool::GetMaxAllocatedBytes() {
pipeline-statistics.cc 34 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes();
  /external/v8/test/unittests/compiler/
zone-pool-unittest.cc 22 ASSERT_EQ(max, zone_pool()->GetMaxAllocatedBytes());
29 ASSERT_EQ(max, stats->GetMaxAllocatedBytes());

Completed in 42 milliseconds