Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc32 root_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
42 sub_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
143 CheckScalar(root_heap, MemoryAllocatorDump::kNameSize, in TEST()
156 CheckScalar(sub_heap, MemoryAllocatorDump::kNameSize, in TEST()
167 ASSERT_FALSE(attrs->HasKey(MemoryAllocatorDump::kNameSize)); in TEST()
Dmalloc_dump_provider.cc147 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
152 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
162 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
Dmemory_allocator_dump.h45 static const char kNameSize[]; // To represent allocated space. variable
Dmemory_allocator_dump.cc18 const char MemoryAllocatorDump::kNameSize[] = "size"; member in base::trace_event::MemoryAllocatorDump
Dtrace_event_memory_overhead.cc145 mad->AddScalar(MemoryAllocatorDump::kNameSize, in DumpInto()
/external/libmojo/base/trace_event/
Djava_heap_dump_provider_android.cc35 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
40 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()