Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-reducer.cc41 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
Dheap-inl.h153 new_space_allocation_counter_ = NewSpaceAllocationCounter(); in UpdateNewSpaceAllocationCounter()
156 size_t Heap::NewSpaceAllocationCounter() { in NewSpaceAllocationCounter() function
Dgc-tracer.cc280 SampleAllocation(current_.start_time, heap_->NewSpaceAllocationCounter(), in StartInSafepoint()
Dheap.h1323 inline size_t NewSpaceAllocationCounter();
Dheap.cc3628 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()