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

  /external/webkit/WebKit/chromium/src/
ProfilerAgentImpl.cpp 38 void ProfilerAgentImpl::getActiveProfilerModules()
40 m_delegate->didGetActiveProfilerModules(v8::V8::GetActiveProfilerModules());
  /external/v8/test/cctest/
test-log.cc 635 CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::GetActiveProfilerModules());
637 CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::GetActiveProfilerModules());
639 CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::GetActiveProfilerModules());
647 CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::GetActiveProfilerModules());
649 CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::GetActiveProfilerModules());
651 CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::GetActiveProfilerModules());
659 CHECK_EQ(v8::PROFILER_MODULE_NONE, Logger::GetActiveProfilerModules());
661 CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::GetActiveProfilerModules());
663 CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::GetActiveProfilerModules());
665 CHECK_EQ(v8::PROFILER_MODULE_CPU, Logger::GetActiveProfilerModules());
    [all...]
  /external/v8/src/
log.h 276 static int GetActiveProfilerModules();
log.cc     [all...]
api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 40 milliseconds