Home
last modified time | relevance | path

Searched refs:kNameSize (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc38 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()
Djava_heap_dump_provider_android.cc35 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
40 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
Dmalloc_dump_provider.cc152 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
156 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
171 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
Dmemory_allocator_dump.cc21 const char MemoryAllocatorDump::kNameSize[] = "size"; member in base::trace_event::MemoryAllocatorDump
98 strcmp(entry.name.c_str(), kNameSize) == 0) { in GetSizeInternal()
Dmemory_allocator_dump.h78 static const char kNameSize[]; // To represent allocated space. variable
Dtrace_event_memory_overhead.cc168 mad->AddScalar(MemoryAllocatorDump::kNameSize, in DumpInto()
/external/libchrome/base/memory/
Dshared_memory_tracker.cc130 local_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in GetOrCreateSharedMemoryDumpInternal()
138 global_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in GetOrCreateSharedMemoryDumpInternal()
Ddiscardable_shared_memory.cc452 local_segment_dump->AddScalar(trace_event::MemoryAllocatorDump::kNameSize, in CreateSharedMemoryOwnershipEdge()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.cc22 const char RawMemoryGraphNode::kNameSize[] = "size"; member in perfetto::trace_processor::RawMemoryGraphNode
Dgraph_processor_unittest.cc112 {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/
Draw_memory_graph_node.h105 static const char kNameSize[]; // To represent allocated space. variable