Home
last modified time | relevance | path

Searched refs:GetSharedGlobalAllocatorDump (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_dump_unittest.cc126 ASSERT_EQ(nullptr, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()
127 ASSERT_EQ(nullptr, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()
143 ASSERT_EQ(shared_mad1, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()
145 ASSERT_EQ(shared_mad2, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()
207 ASSERT_EQ(shared_mad1, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()
208 ASSERT_EQ(shared_mad2, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()
337 auto* shared_mad2 = pmd->GetSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
416 EXPECT_NE(black_hole_mad, pmd->GetSharedGlobalAllocatorDump(guid)); in TEST()
Dprocess_memory_dump.cc288 MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid); in CreateSharedGlobalAllocatorDump()
300 MemoryAllocatorDump* mad = GetSharedGlobalAllocatorDump(guid); in CreateWeakSharedGlobalAllocatorDump()
308 MemoryAllocatorDump* ProcessMemoryDump::GetSharedGlobalAllocatorDump( in GetSharedGlobalAllocatorDump() function in base::trace_event::ProcessMemoryDump
Dprocess_memory_dump.h134 MemoryAllocatorDump* GetSharedGlobalAllocatorDump(