Searched refs:kNameSize (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 32 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()
|
D | malloc_dump_provider.cc | 147 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 152 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 162 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
|
D | memory_allocator_dump.h | 45 static const char kNameSize[]; // To represent allocated space. variable
|
D | memory_allocator_dump.cc | 18 const char MemoryAllocatorDump::kNameSize[] = "size"; member in base::trace_event::MemoryAllocatorDump
|
D | trace_event_memory_overhead.cc | 145 mad->AddScalar(MemoryAllocatorDump::kNameSize, in DumpInto()
|
/external/libmojo/base/trace_event/ |
D | java_heap_dump_provider_android.cc | 35 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 40 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
|