Searched refs:StartTrackingHeapObjects (Results 1 – 3 of 3) sorted by relevance
595 void StartTrackingHeapObjects(bool track_allocations = false);
1112 heap_profiler->StartTrackingHeapObjects(); in TEST()1257 heap_profiler->StartTrackingHeapObjects(false); in TEST()2498 heap_profiler->StartTrackingHeapObjects(true); in TEST()2529 heap_profiler->StartTrackingHeapObjects(true); in TEST()2579 heap_profiler->StartTrackingHeapObjects(true); in TEST()2599 heap_profiler->StartTrackingHeapObjects(true); in TEST()2632 heap_profiler->StartTrackingHeapObjects(true); in TEST()
8608 void HeapProfiler::StartTrackingHeapObjects(bool track_allocations) { in StartTrackingHeapObjects() function in v8::HeapProfiler