Searched defs:ProfilingIsEnabledForAllThreads (Results 1 - 4 of 4) sorted by relevance

/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() &&

Completed in 113 milliseconds