Home
last modified time | relevance | path

Searched refs:NewSpaceAllocationCounter (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h111 new_space_allocation_counter_ = NewSpaceAllocationCounter(); in UpdateNewSpaceAllocationCounter()
114 size_t Heap::NewSpaceAllocationCounter() { in NewSpaceAllocationCounter() function
Dmemory-reducer.cc40 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
Dgc-tracer.cc221 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(), in Start()
Dheap.h1285 inline size_t NewSpaceAllocationCounter();
Dheap.cc3509 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()