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 | 46 MemoryAllocatorDumpGuid source; 47 MemoryAllocatorDumpGuid target; 85 const MemoryAllocatorDumpGuid& guid); 99 const MemoryAllocatorDumpGuid& guid); 103 const MemoryAllocatorDumpGuid& guid) const; 119 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, 120 const MemoryAllocatorDumpGuid& target, 122 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, 123 const MemoryAllocatorDumpGuid& target); 134 void AddSuballocation(const MemoryAllocatorDumpGuid& source,
|
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.cc | 27 const MemoryAllocatorDumpGuid& guid) { in GetSharedGlobalAllocatorDumpName() 110 const MemoryAllocatorDumpGuid& guid) { in CreateAllocatorDump() 135 const MemoryAllocatorDumpGuid& guid) { in CreateSharedGlobalAllocatorDump() 145 const MemoryAllocatorDumpGuid& guid) const { in GetSharedGlobalAllocatorDump() 235 void ProcessMemoryDump::AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 236 const MemoryAllocatorDumpGuid& target, in AddOwnershipEdge() 243 const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 244 const MemoryAllocatorDumpGuid& target) { in AddOwnershipEdge() 248 void ProcessMemoryDump::AddSuballocation(const MemoryAllocatorDumpGuid& source, in AddSuballocation()
|
D | process_memory_dump_unittest.cc | 30 pmd1->AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 31 MemoryAllocatorDumpGuid(4242)); in TEST() 33 MemoryAllocatorDumpGuid shared_mad_guid(1); in TEST() 79 MemoryAllocatorDumpGuid shared_mad_guid(1); in TEST() 90 pmd2->AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 91 MemoryAllocatorDumpGuid(4242)); in TEST() 128 MemoryAllocatorDumpGuid(0x42)); in TEST()
|
D | memory_allocator_dump.h | 32 const MemoryAllocatorDumpGuid& guid); 77 const MemoryAllocatorDumpGuid& guid() const { return guid_; } in guid() 85 MemoryAllocatorDumpGuid guid_;
|
D | memory_allocator_dump_unittest.cc | 108 new MemoryAllocatorDump("foo", nullptr, MemoryAllocatorDumpGuid(0x42u))); in TEST() 115 const MemoryAllocatorDumpGuid guid_bar = mad->guid(); in TEST() 121 const MemoryAllocatorDumpGuid guid_bar_2 = mad->guid(); in TEST() 125 const MemoryAllocatorDumpGuid guid_baz = mad->guid(); in TEST()
|
D | memory_allocator_dump.cc | 27 const MemoryAllocatorDumpGuid& guid) in MemoryAllocatorDump() 48 MemoryAllocatorDumpGuid(StringPrintf( in MemoryAllocatorDump()
|