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

  /external/v8/src/compiler/
zone-stats.cc 14 max_allocated_bytes_(0) {
31 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes());
55 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total);
64 : max_allocated_bytes_(0), total_deleted_bytes_(0), allocator_(allocator) {}
72 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes());
96 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total);
zone-stats.h 61 size_t max_allocated_bytes_; member in class:v8::internal::compiler::final::final
83 size_t max_allocated_bytes_; member in class:v8::internal::compiler::final
pipeline-statistics.cc 37 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes();
39 diff->max_allocated_bytes_ + allocated_bytes_at_start_;
  /external/v8/src/
compilation-statistics.h 33 max_allocated_bytes_(0),
40 size_t max_allocated_bytes_; member in class:v8::internal::final::BasicStats
compilation-statistics.cc 58 max_allocated_bytes_ = stats.max_allocated_bytes_;
83 size_percent, stats.max_allocated_bytes_,

Completed in 237 milliseconds