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 16 max_allocated_bytes_(0) {
33 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes());
57 max_allocated_bytes_ = std::max(max_allocated_bytes_, current_total);
66 : max_allocated_bytes_(0), total_deleted_bytes_(0), allocator_(allocator) {}
74 return std::max(max_allocated_bytes_, GetCurrentAllocatedBytes());
98 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 38 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes();
40 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 318 milliseconds