HomeSort by relevance Sort by last modified time
    Searched refs:StartTrackingHeapObjects (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/include/
v8-profiler.h 464 void StartTrackingHeapObjects(bool track_allocations = false);
475 * StartTrackingHeapObjects must be called before the first call to this
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptProfiler.cpp 182 void ScriptProfiler::startTrackingHeapObjects(bool trackAllocations)
184 v8::Isolate::GetCurrent()->GetHeapProfiler()->StartTrackingHeapObjects(trackAllocations);
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc     [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 176 milliseconds