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

  /external/v8/src/heap/
gc-tracer.cc 112 new_space_allocation_in_bytes_since_gc_(0),
128 new_space_allocation_in_bytes_since_gc_ = 0.0;
335 new_space_allocation_in_bytes_since_gc_ += new_space_allocated_bytes;
345 MakeBytesAndDuration(new_space_allocation_in_bytes_since_gc_,
352 new_space_allocation_in_bytes_since_gc_ = 0;
796 size_t bytes = new_space_allocation_in_bytes_since_gc_;
    [all...]
gc-tracer.h 419 size_t new_space_allocation_in_bytes_since_gc_; member in class:v8::internal::GCTracer

Completed in 2647 milliseconds