Searched refs:ProfilingIsEnabledForAllThreads (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h147 PERFTOOLS_DLL_DECL int ProfilingIsEnabledForAllThreads();
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h149 PERFTOOLS_DLL_DECL int ProfilingIsEnabledForAllThreads();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc299 extern "C" PERFTOOLS_DLL_DECL int ProfilingIsEnabledForAllThreads() { function
329 extern "C" int ProfilingIsEnabledForAllThreads() { return 0; } function
H A Dheap-checker.cc133 ATTRIBUTE_WEAK PERFTOOLS_DLL_DECL bool ProfilingIsEnabledForAllThreads();
134 bool ProfilingIsEnabledForAllThreads() { return false; } function
1296 ProfilingIsEnabledForAllThreads() &&
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc297 extern "C" PERFTOOLS_DLL_DECL int ProfilingIsEnabledForAllThreads() { function
327 extern "C" int ProfilingIsEnabledForAllThreads() { return 0; } function
H A Dheap-checker.cc133 ATTRIBUTE_WEAK PERFTOOLS_DLL_DECL bool ProfilingIsEnabledForAllThreads();
134 bool ProfilingIsEnabledForAllThreads() { return false; } function
1296 ProfilingIsEnabledForAllThreads() &&
/external/chromium_org/base/debug/
H A Dprofiler.cc50 return ProfilingIsEnabledForAllThreads();

Completed in 160 milliseconds