Searched refs:kNameObjectCount (Results 1 – 4 of 4) sorted by relevance
34 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()
46 static const char kNameObjectCount[]; // To represent number of objects. variable
19 const char MemoryAllocatorDump::kNameObjectCount[] = "object_count"; member in base::trace_event::MemoryAllocatorDump
150 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount, in DumpInto()