Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h1635 class AllocationTrackerForDebugging;
2311 std::unique_ptr<AllocationTrackerForDebugging>
Dheap.cc729 class Heap::AllocationTrackerForDebugging final class in v8::internal::Heap
737 explicit AllocationTrackerForDebugging(Heap* heap) : heap_(heap) { in AllocationTrackerForDebugging() function in v8::internal::Heap::AllocationTrackerForDebugging
742 ~AllocationTrackerForDebugging() final { in ~AllocationTrackerForDebugging()
5852 if (Heap::AllocationTrackerForDebugging::IsNeeded()) { in SetUpSpaces()
5854 std::make_unique<Heap::AllocationTrackerForDebugging>(this); in SetUpSpaces()