Searched refs:kNameSize (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 38 root_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 47 sub_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 97 CheckScalar(root_heap, MemoryAllocatorDump::kNameSize, in TEST() 108 CheckScalar(sub_heap, MemoryAllocatorDump::kNameSize, in TEST() 128 dump->AddScalar(MemoryAllocatorDump::kNameSize, in TEST()
|
D | java_heap_dump_provider_android.cc | 35 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 40 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
|
D | malloc_dump_provider.cc | 152 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 156 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 171 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
|
D | memory_allocator_dump.cc | 21 const char MemoryAllocatorDump::kNameSize[] = "size"; member in base::trace_event::MemoryAllocatorDump 98 strcmp(entry.name.c_str(), kNameSize) == 0) { in GetSizeInternal()
|
D | memory_allocator_dump.h | 78 static const char kNameSize[]; // To represent allocated space. variable
|
D | trace_event_memory_overhead.cc | 168 mad->AddScalar(MemoryAllocatorDump::kNameSize, in DumpInto()
|
/external/libchrome/base/memory/ |
D | shared_memory_tracker.cc | 130 local_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in GetOrCreateSharedMemoryDumpInternal() 138 global_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in GetOrCreateSharedMemoryDumpInternal()
|
D | discardable_shared_memory.cc | 452 local_segment_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in CreateSharedMemoryOwnershipEdge()
|
/external/perfetto/src/trace_processor/importers/memory_tracker/ |
D | raw_memory_graph_node.cc | 22 const char RawMemoryGraphNode::kNameSize[] = "size"; member in perfetto::trace_processor::RawMemoryGraphNode
|
D | graph_processor_unittest.cc | 112 {RawMemoryGraphNode::kNameSize, RawMemoryGraphNode::kUnitsBytes, in TEST_F() 153 auto size = third_child->entries()->find(RawMemoryGraphNode::kNameSize); in TEST_F()
|
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/ |
D | raw_memory_graph_node.h | 105 static const char kNameSize[]; // To represent allocated space. variable
|