/external/libchrome/base/trace_event/ |
D | process_memory_dump.h | 46 MemoryAllocatorDumpGuid source; 47 MemoryAllocatorDumpGuid target; 59 std::map<MemoryAllocatorDumpGuid, MemoryAllocatorDumpEdge>; 101 const MemoryAllocatorDumpGuid& guid); 122 const MemoryAllocatorDumpGuid& guid); 131 const MemoryAllocatorDumpGuid& guid); 135 const MemoryAllocatorDumpGuid& guid) const; 167 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, 168 const MemoryAllocatorDumpGuid& target, 170 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, [all …]
|
D | memory_allocator_dump_guid.cc | 25 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(uint64_t guid) : guid_(guid) {} in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid 27 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid() in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid 28 : MemoryAllocatorDumpGuid(0u) { in MemoryAllocatorDumpGuid() 31 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(const std::string& guid_str) in MemoryAllocatorDumpGuid() function in base::trace_event::MemoryAllocatorDumpGuid 32 : MemoryAllocatorDumpGuid(HashString(guid_str)) { in MemoryAllocatorDumpGuid() 35 std::string MemoryAllocatorDumpGuid::ToString() const { in ToString()
|
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 { 42 bool operator<(const MemoryAllocatorDumpGuid& other) const {
|
D | process_memory_dump.cc | 42 const MemoryAllocatorDumpGuid& guid) { in GetSharedGlobalAllocatorDumpName() 248 const MemoryAllocatorDumpGuid& guid) { in CreateAllocatorDump() 285 const MemoryAllocatorDumpGuid& guid) { in CreateSharedGlobalAllocatorDump() 299 const MemoryAllocatorDumpGuid& guid) { in CreateWeakSharedGlobalAllocatorDump() 309 const MemoryAllocatorDumpGuid& guid) const { in GetSharedGlobalAllocatorDump() 388 void ProcessMemoryDump::AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 389 const MemoryAllocatorDumpGuid& target, in AddOwnershipEdge() 403 const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 404 const MemoryAllocatorDumpGuid& target) { in AddOwnershipEdge() 409 const MemoryAllocatorDumpGuid& source, in AddOverridableOwnershipEdge() [all …]
|
D | process_memory_dump_unittest.cc | 67 pmd1.AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 68 MemoryAllocatorDumpGuid(4242)); in TEST() 87 pmd1.AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 88 MemoryAllocatorDumpGuid(4242)); in TEST() 113 pmd1->AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 114 MemoryAllocatorDumpGuid(4242)); in TEST() 116 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() 117 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() 176 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() 177 MemoryAllocatorDumpGuid shared_mad_guid2(2); in TEST() [all …]
|
D | memory_allocator_dump.h | 74 const MemoryAllocatorDumpGuid&); 123 const MemoryAllocatorDumpGuid& guid() const { return guid_; } in guid() 138 MemoryAllocatorDumpGuid guid_;
|
D | memory_allocator_dump.cc | 31 const MemoryAllocatorDumpGuid& guid) in MemoryAllocatorDump()
|
D | memory_allocator_dump_unittest.cc | 80 "foo", MemoryDumpLevelOfDetail::FIRST, MemoryAllocatorDumpGuid(0x42u))); in TEST()
|
/external/libchrome/mojo/public/cpp/base/ |
D | memory_allocator_dump_cross_process_uid_unittest.cc | 14 base::trace_event::MemoryAllocatorDumpGuid in(0); in TEST() 15 base::trace_event::MemoryAllocatorDumpGuid out; in TEST() 23 base::trace_event::MemoryAllocatorDumpGuid in(12345); in TEST() 24 base::trace_event::MemoryAllocatorDumpGuid out; in TEST() 33 base::trace_event::MemoryAllocatorDumpGuid in("12345"); in TEST() 34 base::trace_event::MemoryAllocatorDumpGuid out; in TEST()
|
D | memory_allocator_dump_cross_process_uid_mojom_traits.cc | 11 base::trace_event::MemoryAllocatorDumpGuid>:: 13 base::trace_event::MemoryAllocatorDumpGuid* out) { in Read() 18 *out = base::trace_event::MemoryAllocatorDumpGuid(data.value()); in Read()
|
D | memory_allocator_dump_cross_process_uid_mojom_traits.h | 17 base::trace_event::MemoryAllocatorDumpGuid> { in COMPONENT_EXPORT() 18 static uint64_t value(const base::trace_event::MemoryAllocatorDumpGuid& id) { in COMPONENT_EXPORT() 24 base::trace_event::MemoryAllocatorDumpGuid* out); in COMPONENT_EXPORT()
|
D | memory_allocator_dump_cross_process_uid.typemap | 13 …[ "mojo_base.mojom.MemoryAllocatorDumpCrossProcessUid=base::trace_event::MemoryAllocatorDumpGuid" ]
|
/external/libchrome/base/memory/ |
D | shared_memory_tracker.h | 20 class MemoryAllocatorDumpGuid; variable 32 static trace_event::MemoryAllocatorDumpGuid GetGlobalDumpIdForTracing(
|
D | shared_memory_tracker.cc | 31 trace_event::MemoryAllocatorDumpGuid 34 return trace_event::MemoryAllocatorDumpGuid(dump_name); in GetGlobalDumpIdForTracing()
|
/external/libchrome/mojo/public/mojom/base/ |
D | memory_allocator_dump_cross_process_uid.mojom | 7 // Corresponds to |base::trace_event::MemoryAllocatorDumpGuid| in base/trace_event/memory_allocator…
|