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;
329 new_space_allocation_in_bytes_since_gc_ += new_space_allocated_bytes;
339 MakeBytesAndDuration(new_space_allocation_in_bytes_since_gc_,
346 new_space_allocation_in_bytes_since_gc_ = 0;
777 size_t bytes = new_space_allocation_in_bytes_since_gc_;
gc-tracer.h 406 size_t new_space_allocation_in_bytes_since_gc_; member in class:v8::internal::GCTracer

Completed in 64 milliseconds