Searched refs:MemoryAllocatorDumpGuid (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_guid.cc | 23 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(uint64_t guid) : guid_(guid) {} in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid 25 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid() in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid 26 : MemoryAllocatorDumpGuid(0u) { in MemoryAllocatorDumpGuid() 29 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(const std::string& guid_str) in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid 30 : MemoryAllocatorDumpGuid(HashString(guid_str)) { in MemoryAllocatorDumpGuid() 33 std::string MemoryAllocatorDumpGuid::ToString() const { in ToString()
|
D | process_memory_dump.h | 43 MemoryAllocatorDumpGuid source; 44 MemoryAllocatorDumpGuid target; 89 const MemoryAllocatorDumpGuid& guid); 103 const MemoryAllocatorDumpGuid& guid); 112 const MemoryAllocatorDumpGuid& guid); 116 const MemoryAllocatorDumpGuid& guid) const; 133 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, 134 const MemoryAllocatorDumpGuid& target, 136 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, 137 const MemoryAllocatorDumpGuid& target); [all …]
|
D | memory_allocator_dump_guid.h | 17 class BASE_EXPORT MemoryAllocatorDumpGuid { 19 MemoryAllocatorDumpGuid(); 20 explicit MemoryAllocatorDumpGuid(uint64_t guid); 25 explicit MemoryAllocatorDumpGuid(const std::string& guid_str); 34 bool operator==(const MemoryAllocatorDumpGuid& other) const { 38 bool operator!=(const MemoryAllocatorDumpGuid& other) const {
|
D | process_memory_dump_unittest.cc | 47 pmd1->AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 48 MemoryAllocatorDumpGuid(4242)); in TEST() 50 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() 51 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() 119 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() 120 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() 134 pmd2->AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 135 MemoryAllocatorDumpGuid(4242)); in TEST() 180 MemoryAllocatorDumpGuid(0x42)); in TEST() 215 MemoryAllocatorDumpGuid shared_mad_guid(1); in TEST() [all …]
|
D | process_memory_dump.cc | 40 const MemoryAllocatorDumpGuid& guid) { in GetSharedGlobalAllocatorDumpName() 172 const MemoryAllocatorDumpGuid& guid) { in CreateAllocatorDump() 211 const MemoryAllocatorDumpGuid& guid) { in CreateSharedGlobalAllocatorDump() 229 const MemoryAllocatorDumpGuid& guid) { in CreateWeakSharedGlobalAllocatorDump() 243 const MemoryAllocatorDumpGuid& guid) const { in GetSharedGlobalAllocatorDump() 341 void ProcessMemoryDump::AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 342 const MemoryAllocatorDumpGuid& target, in AddOwnershipEdge() 349 const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 350 const MemoryAllocatorDumpGuid& target) { in AddOwnershipEdge() 354 void ProcessMemoryDump::AddSuballocation(const MemoryAllocatorDumpGuid& source, in AddSuballocation()
|
D | memory_allocator_dump.h | 39 const MemoryAllocatorDumpGuid& guid); 89 const MemoryAllocatorDumpGuid& guid() const { return guid_; } in guid() 97 MemoryAllocatorDumpGuid guid_;
|
D | memory_allocator_dump_unittest.cc | 109 new MemoryAllocatorDump("foo", nullptr, MemoryAllocatorDumpGuid(0x42u))); in TEST() 116 const MemoryAllocatorDumpGuid guid_bar = mad->guid(); in TEST() 122 const MemoryAllocatorDumpGuid guid_bar_2 = mad->guid(); in TEST() 126 const MemoryAllocatorDumpGuid guid_baz = mad->guid(); in TEST()
|
D | memory_allocator_dump.cc | 27 const MemoryAllocatorDumpGuid& guid) in MemoryAllocatorDump() 49 MemoryAllocatorDumpGuid(StringPrintf( in MemoryAllocatorDump()
|