Searched refs:AddOwnershipEdge (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/trace_event/ |
D | process_memory_dump_unittest.cc | 30 pmd1->AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST() 72 pmd1->AddOwnershipEdge(mad1_1->guid(), mad1_2->guid()); in TEST() 77 pmd1->AddOwnershipEdge(mad2_1->guid(), mad2_2->guid()); in TEST() 90 pmd2->AddOwnershipEdge(MemoryAllocatorDumpGuid(42), in TEST()
|
D | process_memory_dump.cc | 235 void ProcessMemoryDump::AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() function in base::trace_event::ProcessMemoryDump 242 void ProcessMemoryDump::AddOwnershipEdge( in AddOwnershipEdge() function in base::trace_event::ProcessMemoryDump 245 AddOwnershipEdge(source, target, 0 /* importance */); in AddOwnershipEdge() 252 AddOwnershipEdge(source, target_child_mad->guid()); in AddSuballocation()
|
D | process_memory_dump.h | 119 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, 122 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
|