HomeSort by relevance Sort by last modified time
    Searched refs:AddOwnershipEdge (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/trace_event/
process_memory_dump.h 84 // AddOwnershipEdge() to express memory sharing. If omitted,
133 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
136 void AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
process_memory_dump.cc 341 void ProcessMemoryDump::AddOwnershipEdge(const MemoryAllocatorDumpGuid& source,
348 void ProcessMemoryDump::AddOwnershipEdge(
351 AddOwnershipEdge(source, target, 0 /* importance */);
362 AddOwnershipEdge(source, target_child_mad->guid());
process_memory_dump_unittest.cc 47 pmd1->AddOwnershipEdge(MemoryAllocatorDumpGuid(42),
107 pmd1->AddOwnershipEdge(mad1_1->guid(), mad1_2->guid());
115 pmd2->AddOwnershipEdge(mad2_1->guid(), mad2_2->guid());
134 pmd2->AddOwnershipEdge(MemoryAllocatorDumpGuid(42),

Completed in 443 milliseconds