Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump_unittest.cc117 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() local
119 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid2); in TEST()
127 ASSERT_EQ(nullptr, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()
138 pmd1->CreateWeakSharedGlobalAllocatorDump(shared_mad_guid2); in TEST()
145 ASSERT_EQ(shared_mad2, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()
177 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() local
180 pmd2->CreateWeakSharedGlobalAllocatorDump(shared_mad_guid2); in TEST()
208 ASSERT_EQ(shared_mad2, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()