Searched refs:AllocationTrackerForDebugging (Results 1 – 2 of 2) sorted by relevance
1635 class AllocationTrackerForDebugging;2311 std::unique_ptr<AllocationTrackerForDebugging>
729 class Heap::AllocationTrackerForDebugging final class in v8::internal::Heap737 explicit AllocationTrackerForDebugging(Heap* heap) : heap_(heap) { in AllocationTrackerForDebugging() function in v8::internal::Heap::AllocationTrackerForDebugging742 ~AllocationTrackerForDebugging() final { in ~AllocationTrackerForDebugging()5852 if (Heap::AllocationTrackerForDebugging::IsNeeded()) { in SetUpSpaces()5854 std::make_unique<Heap::AllocationTrackerForDebugging>(this); in SetUpSpaces()