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

  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-profiler.h 80 int IsHeapProfilerRunning();
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.cc 82 // IsHeapProfilerRunning should return true.
83 if (!IsHeapProfilerRunning()) {
89 CHECK(IsHeapProfilerRunning());
95 CHECK(!IsHeapProfilerRunning());
101 // IsHeapProfilerRunning should return true.
102 if (!IsHeapProfilerRunning()) {
108 CHECK(IsHeapProfilerRunning());
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.cc 82 // IsHeapProfilerRunning should return true.
83 if (!IsHeapProfilerRunning()) {
89 CHECK(IsHeapProfilerRunning());
95 CHECK(!IsHeapProfilerRunning());
101 // IsHeapProfilerRunning should return true.
102 if (!IsHeapProfilerRunning()) {
108 CHECK(IsHeapProfilerRunning());
  /external/chromium_org/content/renderer/
memory_benchmarking_extension.cc 33 "chrome.memoryBenchmarking.isHeapProfilerRunning = function() {"
34 " native function IsHeapProfilerRunning();"
35 " return IsHeapProfilerRunning();"
47 if (name->Equals(v8::String::NewFromUtf8(isolate, "IsHeapProfilerRunning")))
48 return v8::FunctionTemplate::New(isolate, IsHeapProfilerRunning);
55 static void IsHeapProfilerRunning(
57 args.GetReturnValue().Set(::IsHeapProfilerRunning());
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h 102 int IsHeapProfilerRunning();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 469 extern "C" int IsHeapProfilerRunning() {
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 441 if (IsHeapProfilerRunning())
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 578 extern "C" int IsHeapProfilerRunning() {

Completed in 521 milliseconds