Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dmemory-reducer.cc41 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
H A Dgc-tracer.cc307 SampleAllocation(current_.start_time, heap_->NewSpaceAllocationCounter(), in StartInSafepoint()
H A Dheap.h1432 V8_EXPORT_PRIVATE size_t NewSpaceAllocationCounter();
H A Dheap.cc954 new_space_allocation_counter_ = NewSpaceAllocationCounter(); in UpdateNewSpaceAllocationCounter()
957 size_t Heap::NewSpaceAllocationCounter() { in NewSpaceAllocationCounter() function in v8::internal::Heap
4006 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dmemory-reducer.cc41 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
H A Dheap-inl.h159 new_space_allocation_counter_ = NewSpaceAllocationCounter(); in UpdateNewSpaceAllocationCounter()
162 size_t Heap::NewSpaceAllocationCounter() { in NewSpaceAllocationCounter() function
H A Dgc-tracer.cc232 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(), in Start()
H A Dheap.h1246 inline size_t NewSpaceAllocationCounter();
H A Dheap.cc3713 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dmemory-reducer.cc32 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
H A Dheap-inl.h125 new_space_allocation_counter_ = NewSpaceAllocationCounter(); in UpdateNewSpaceAllocationCounter()
128 size_t Heap::NewSpaceAllocationCounter() { in NewSpaceAllocationCounter() function
H A Dgc-tracer.cc221 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(), in Start()
H A Dheap.h1528 inline size_t NewSpaceAllocationCounter();
H A Dheap.cc3325 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dmemory-reducer.cc41 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
H A Dheap-inl.h153 new_space_allocation_counter_ = NewSpaceAllocationCounter(); in UpdateNewSpaceAllocationCounter()
156 size_t Heap::NewSpaceAllocationCounter() { in NewSpaceAllocationCounter() function
H A Dgc-tracer.cc280 SampleAllocation(current_.start_time, heap_->NewSpaceAllocationCounter(), in StartInSafepoint()
H A Dheap.h1323 inline size_t NewSpaceAllocationCounter();
H A Dheap.cc3628 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc5252 TEST(NewSpaceAllocationCounter) { in TEST() argument
5258 size_t counter1 = heap->NewSpaceAllocationCounter(); in TEST()
5263 size_t counter2 = heap->NewSpaceAllocationCounter(); in TEST()
5266 size_t counter3 = heap->NewSpaceAllocationCounter(); in TEST()
5271 size_t start = heap->NewSpaceAllocationCounter(); in TEST()
5274 size_t counter = heap->NewSpaceAllocationCounter(); in TEST()