Home
last modified time | relevance | path

Searched refs:kNameObjectCount (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc34 root_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
44 sub_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
145 CheckScalar(root_heap, MemoryAllocatorDump::kNameObjectCount, in TEST()
158 CheckScalar(sub_heap, MemoryAllocatorDump::kNameObjectCount, in TEST()
168 ASSERT_FALSE(attrs->HasKey(MemoryAllocatorDump::kNameObjectCount)); in TEST()
Dmemory_allocator_dump.h46 static const char kNameObjectCount[]; // To represent number of objects. variable
Dmemory_allocator_dump.cc19 const char MemoryAllocatorDump::kNameObjectCount[] = "object_count"; member in base::trace_event::MemoryAllocatorDump
Dtrace_event_memory_overhead.cc150 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount, in DumpInto()