Home
last modified time | relevance | path

Searched refs:HeapProfilerDump (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/renderer/
Dmemory_benchmarking_extension.cc50 return v8::FunctionTemplate::New(isolate, HeapProfilerDump); in GetNativeFunctionTemplate()
60 static void HeapProfilerDump( in HeapProfilerDump() function in __anondd550cf60211::MemoryBenchmarkingWrapper
72 ::HeapProfilerDump(reason.c_str()); in HeapProfilerDump()
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
Dheap-profiler.h91 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
/external/chromium_org/content/browser/renderer_host/
Dmemory_benchmark_message_filter.cc37 ::HeapProfilerDump(reason.c_str()); in OnHeapProfilerDump()
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
Dheap-profiler.h113 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-profiler.cc515 extern "C" void HeapProfilerDump(const char *reason) { in HeapProfilerDump() function
549 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); } in ~HeapProfileEndWriter()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-profiler.cc631 extern "C" void HeapProfilerDump(const char* reason) { in HeapProfilerDump() function
689 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); } in ~HeapProfileEndWriter()
/external/chromium_org/chrome/test/functional/
Dperf_endure.py467 self.HeapProfilerDump('renderer', 'Chrome Endure (first)')
486 self.HeapProfilerDump('renderer', 'Chrome Endure')
521 self.HeapProfilerDump('renderer', 'Chrome Endure (last)')
/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.cc892 HeapProfilerDump(reason.utf8().data()); in dumpHeapProfiling()
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py3600 def HeapProfilerDump(self, process_type, reason, tab_index=0, windex=0): member in PyUITest