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.cc51 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() local
53 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid2); in TEST()
64 ASSERT_EQ(nullptr, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()
75 pmd1->CreateWeakSharedGlobalAllocatorDump(shared_mad_guid2); in TEST()
82 ASSERT_EQ(shared_mad2, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()
120 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() local
123 pmd2->CreateWeakSharedGlobalAllocatorDump(shared_mad_guid2); in TEST()
152 ASSERT_EQ(shared_mad2, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid2)); in TEST()