Searched refs:birth_map (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects_unittest.cc | 162 ThreadData::BirthMap birth_map; in TEST_F() local 164 data->SnapshotMaps(0, &birth_map, &deaths); in TEST_F() 165 EXPECT_EQ(0u, birth_map.size()); in TEST_F() 179 birth_map.clear(); in TEST_F() 181 data->SnapshotMaps(0, &birth_map, &deaths); in TEST_F() 182 EXPECT_EQ(0u, birth_map.size()); in TEST_F() 198 ThreadData::BirthMap birth_map; in TEST_F() local 200 data->SnapshotMaps(0, &birth_map, &deaths); in TEST_F() 201 EXPECT_EQ(1u, birth_map.size()); // 1 birth location. in TEST_F() 202 EXPECT_EQ(1, birth_map.begin()->second->birth_count()); // 1 birth. in TEST_F() [all …]
|
D | tracked_objects.cc | 698 BirthMap birth_map; in SnapshotExecutedTasks() local 700 SnapshotMaps(current_profiling_phase, &birth_map, &deaths); in SnapshotExecutedTasks() 702 for (const auto& birth : birth_map) { in SnapshotExecutedTasks() 730 BirthMap* birth_map, in SnapshotMaps() argument 735 (*birth_map)[birth.first] = birth.second; in SnapshotMaps()
|
D | tracked_objects.h | 678 BirthMap* birth_map,
|