Home
last modified time | relevance | path

Searched refs:OnMemoryDump (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc109 MOCK_METHOD2(OnMemoryDump,
113 ON_CALL(*this, OnMemoryDump(_, _)) in MockMemoryDumpProvider()
281 EXPECT_CALL(mdp, OnMemoryDump(_, _)).Times(3); in TEST_F()
293 EXPECT_CALL(mdp, OnMemoryDump(_, _)).Times(0); in TEST_F()
308 EXPECT_CALL(mdp, OnMemoryDump(IsDetailedDump(), _)); in TEST_F()
318 EXPECT_CALL(mdp, OnMemoryDump(IsLightDump(), _)); in TEST_F()
333 EXPECT_CALL(mdp1, OnMemoryDump(_, _)); in TEST_F()
334 EXPECT_CALL(mdp2, OnMemoryDump(_, _)).Times(0); in TEST_F()
343 EXPECT_CALL(mdp1, OnMemoryDump(_, _)).Times(0); in TEST_F()
344 EXPECT_CALL(mdp2, OnMemoryDump(_, _)); in TEST_F()
[all …]
Djava_heap_dump_provider_android_unittest.cc18 jhdp->OnMemoryDump(dump_args, pmd.get()); in TEST()
Dmemory_dump_provider.h40 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
Djava_heap_dump_provider_android.h21 bool OnMemoryDump(const MemoryDumpArgs& args,
Dmemory_allocator_dump_unittest.cc33 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::__anonae0ab8260111::FakeMemoryAllocatorDumpProvider
89 fmadp.OnMemoryDump(dump_args, &pmd); in TEST()
Dmalloc_dump_provider.h32 bool OnMemoryDump(const MemoryDumpArgs& args,
Djava_heap_dump_provider_android.cc27 bool JavaHeapDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::JavaHeapDumpProvider
Dmalloc_dump_provider.cc78 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::MallocDumpProvider
Dtrace_log.h374 bool OnMemoryDump(const MemoryDumpArgs& args,
Dtrace_log.cc224 bool OnMemoryDump(const MemoryDumpArgs& args,
302 bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::TraceLog::ThreadLocalEventBuffer
422 bool TraceLog::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::TraceLog
Dmemory_dump_manager.cc458 mdpinfo->dump_provider->OnMemoryDump(pmd->dump_args(), pmd); in InvokeOnMemoryDump()
/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch68 -bool HandleTable::OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
100 +// bool HandleTable::OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
166 - FRIEND_TEST_ALL_PREFIXES(HandleTableTest, OnMemoryDump);
167 + // FRIEND_TEST_ALL_PREFIXES(HandleTableTest, OnMemoryDump);
170 - bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
172 + // bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
Dmojom_disable_trace_and_mem_dump.patch73 - bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
103 +// bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
/external/libchrome/mojo/core/
Dhandle_table_unittest.cc54 TEST(HandleTableTest, OnMemoryDump) { in TEST() argument
66 ht.OnMemoryDump(args, &pmd); in TEST()
/external/libchrome/base/memory/
Dshared_memory_tracker.h63 bool OnMemoryDump(const trace_event::MemoryDumpArgs& args,
Dshared_memory_tracker.cc93 bool SharedMemoryTracker::OnMemoryDump(const trace_event::MemoryDumpArgs& args, in OnMemoryDump() function in base::SharedMemoryTracker
/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc78 NO_INSTRUMENT_FUNCTION bool OnMemoryDump( in OnMemoryDump() function in base::android::orderfile::__anon92c096440111::OrderfileMemoryDumpHook
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc78 bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
961 bool ControllerMemoryDumpProvider::OnMemoryDump( in OnMemoryDump() function in IPC::__anonf422a6c80111::ControllerMemoryDumpProvider