Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_guid.cc23 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()
Dprocess_memory_dump.h43 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 …]
Dmemory_allocator_dump_guid.h17 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 {
Dprocess_memory_dump_unittest.cc47 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 …]
Dprocess_memory_dump.cc40 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()
Dmemory_allocator_dump.h39 const MemoryAllocatorDumpGuid& guid);
89 const MemoryAllocatorDumpGuid& guid() const { return guid_; } in guid()
97 MemoryAllocatorDumpGuid guid_;
Dmemory_allocator_dump_unittest.cc109 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()
Dmemory_allocator_dump.cc27 const MemoryAllocatorDumpGuid& guid) in MemoryAllocatorDump()
49 MemoryAllocatorDumpGuid(StringPrintf( in MemoryAllocatorDump()