/external/libchrome/base/trace_event/ |
D | memory_dump_manager_unittest.cc | 109 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 …]
|
D | java_heap_dump_provider_android_unittest.cc | 18 jhdp->OnMemoryDump(dump_args, pmd.get()); in TEST()
|
D | memory_dump_provider.h | 40 virtual bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | java_heap_dump_provider_android.h | 21 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | memory_allocator_dump_unittest.cc | 33 bool OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::__anonae0ab8260111::FakeMemoryAllocatorDumpProvider 89 fmadp.OnMemoryDump(dump_args, &pmd); in TEST()
|
D | malloc_dump_provider.h | 32 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | java_heap_dump_provider_android.cc | 27 bool JavaHeapDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::JavaHeapDumpProvider
|
D | malloc_dump_provider.cc | 78 bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args, in OnMemoryDump() function in base::trace_event::MallocDumpProvider
|
D | trace_log.h | 374 bool OnMemoryDump(const MemoryDumpArgs& args,
|
D | trace_log.cc | 224 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
|
D | memory_dump_manager.cc | 458 mdpinfo->dump_provider->OnMemoryDump(pmd->dump_args(), pmd); in InvokeOnMemoryDump()
|
/external/libchrome/libchrome_tools/patch/ |
D | handle_table.patch | 68 -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,
|
D | mojom_disable_trace_and_mem_dump.patch | 73 - bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args, 103 +// bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
|
/external/libchrome/mojo/core/ |
D | handle_table_unittest.cc | 54 TEST(HandleTableTest, OnMemoryDump) { in TEST() argument 66 ht.OnMemoryDump(args, &pmd); in TEST()
|
/external/libchrome/base/memory/ |
D | shared_memory_tracker.h | 63 bool OnMemoryDump(const trace_event::MemoryDumpArgs& args,
|
D | shared_memory_tracker.cc | 93 bool SharedMemoryTracker::OnMemoryDump(const trace_event::MemoryDumpArgs& args, in OnMemoryDump() function in base::SharedMemoryTracker
|
/external/libchrome/base/android/orderfile/ |
D | orderfile_instrumentation.cc | 78 NO_INSTRUMENT_FUNCTION bool OnMemoryDump( in OnMemoryDump() function in base::android::orderfile::__anon92c096440111::OrderfileMemoryDumpHook
|
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap.cc | 78 bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args, 961 bool ControllerMemoryDumpProvider::OnMemoryDump( in OnMemoryDump() function in IPC::__anonf422a6c80111::ControllerMemoryDumpProvider
|