Home
last modified time | relevance | path

Searched refs:StartTrackingHeapObjects (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8-profiler.h595 void StartTrackingHeapObjects(bool track_allocations = false);
/external/v8/test/cctest/
Dtest-heap-profiler.cc1112 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()
/external/v8/src/
Dapi.cc8608 void HeapProfiler::StartTrackingHeapObjects(bool track_allocations) { in StartTrackingHeapObjects() function in v8::HeapProfiler