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

  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-profiler.h 91 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
  /external/chromium_org/content/browser/renderer_host/
memory_benchmark_message_filter.cc 35 ::HeapProfilerDump(reason.c_str());
  /external/chromium_org/content/renderer/
memory_benchmarking_extension.h 38 void HeapProfilerDump(gin::Arguments* args);
memory_benchmarking_extension.cc 59 .SetMethod("heapProfilerDump",
60 &MemoryBenchmarkingExtension::HeapProfilerDump);
71 void MemoryBenchmarkingExtension::HeapProfilerDump(gin::Arguments* args) {
86 ::HeapProfilerDump(reason.c_str());
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h 80 * can use GetHeapProfile() to get profile data, but HeapProfilerDump() will do
113 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 213 // Helper for HeapProfilerDump.
515 extern "C" void HeapProfilerDump(const char *reason) {
549 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); }
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 270 // Helper for HeapProfilerDump.
631 extern "C" void HeapProfilerDump(const char* reason) {
689 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); }
  /external/chromium_org/content/child/
blink_platform_impl.cc     [all...]

Completed in 336 milliseconds