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

  /external/v8/src/compiler/
zone-stats.h 48 size_t GetMaxAllocatedBytes();
69 size_t GetMaxAllocatedBytes() const;
zone-stats.cc 32 size_t ZoneStats::StatsScope::GetMaxAllocatedBytes() {
73 size_t ZoneStats::GetMaxAllocatedBytes() const {
pipeline-statistics.cc 38 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes();

Completed in 250 milliseconds