Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h2110 intptr_t allocated_since_last_gc_; variable
Dheap.cc5645 allocated_since_last_gc_(0), in GCTracer()
5664 allocated_since_last_gc_ = in GCTracer()
5736 PrintF("allocated=%" V8_PTR_PREFIX "d ", allocated_since_last_gc_); in ~GCTracer()