Home
last modified time | relevance | path

Searched refs:start_size_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap.cc5640 start_size_(0), in GCTracer()
5656 start_size_ = heap_->SizeOfObjects(); in GCTracer()
5700 static_cast<double>(start_size_) / MB, in ~GCTracer()
5730 PrintF("total_size_before=%" V8_PTR_PREFIX "d ", start_size_); in ~GCTracer()
Dheap.h2074 intptr_t start_size_; // Size of objects in heap set in constructor. variable