Searched refs:kNameObjectCount (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 40 root_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump() 49 sub_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump() 99 CheckScalar(root_heap, MemoryAllocatorDump::kNameObjectCount, in TEST() 110 CheckScalar(sub_heap, MemoryAllocatorDump::kNameObjectCount, in TEST()
|
D | memory_allocator_dump.h | 79 static const char kNameObjectCount[]; // To represent number of objects. variable
|
D | malloc_dump_provider.cc | 160 inner_dump->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
|
D | memory_allocator_dump.cc | 22 const char MemoryAllocatorDump::kNameObjectCount[] = "object_count"; member in base::trace_event::MemoryAllocatorDump
|
D | trace_event_memory_overhead.cc | 173 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount, in DumpInto()
|
/external/perfetto/src/trace_processor/importers/memory_tracker/ |
D | raw_memory_graph_node.cc | 23 const char RawMemoryGraphNode::kNameObjectCount[] = "object_count"; member in perfetto::trace_processor::RawMemoryGraphNode
|
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/ |
D | raw_memory_graph_node.h | 106 static const char kNameObjectCount[]; // To represent number of objects. variable
|
/external/libchrome/libchrome_tools/patch/ |
D | handle_table.patch | 94 - base::trace_event::MemoryAllocatorDump::kNameObjectCount, 126 +// base::trace_event::MemoryAllocatorDump::kNameObjectCount,
|
D | mojom_disable_trace_and_mem_dump.patch | 76 - dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount, 106 +// dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount,
|
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap.cc | 969 dump->AddScalar(base::trace_event::MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
|