Home
last modified time | relevance | path

Searched refs:GetMaxAllocatedBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dzone-stats.h60 size_t GetMaxAllocatedBytes();
81 size_t GetMaxAllocatedBytes() const;
Dzone-stats.cc32 size_t ZoneStats::StatsScope::GetMaxAllocatedBytes() { in GetMaxAllocatedBytes() function in v8::internal::compiler::ZoneStats::StatsScope
73 size_t ZoneStats::GetMaxAllocatedBytes() const { in GetMaxAllocatedBytes() function in v8::internal::compiler::ZoneStats
Dpipeline-statistics.cc41 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); in End()
Dpipeline.cc3237 << zone_stats.GetMaxAllocatedBytes() << " / " in GenerateCodeForWasmFunction()