Searched defs:HeapProfilerDump (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc39 " native function HeapProfilerDump();"
40 " HeapProfilerDump(process_type, reason);"
48 else if (name->Equals(v8::String::New("HeapProfilerDump")))
49 return v8::FunctionTemplate::New(HeapProfilerDump);
59 static void HeapProfilerDump( function in class:__anon8025::MemoryBenchmarkingWrapper
71 ::HeapProfilerDump(reason.c_str());
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc213 // Helper for HeapProfilerDump.
515 extern "C" void HeapProfilerDump(const char *reason) { function
549 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); }
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc270 // Helper for HeapProfilerDump.
631 extern "C" void HeapProfilerDump(const char* reason) { function
689 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); }
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_automation.cc738 void Automation::HeapProfilerDump(const WebViewId& view_id, function in class:webdriver::Automation
H A Dwebdriver_session.cc1853 Error* Session::HeapProfilerDump(const std::string& reason) { function in class:webdriver::Session
1857 &Automation::HeapProfilerDump,
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py3604 def HeapProfilerDump(self, process_type, reason, tab_index=0, windex=0): member in class:PyUITest

Completed in 336 milliseconds