Searched defs:deaths (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/
H A Dtracked_objects_unittest.cc141 ThreadData::DeathsSnapshot deaths; local
142 data->SnapshotMaps(0, &birth_map, &deaths);
144 EXPECT_EQ(0u, deaths.size());
158 deaths.clear();
159 data->SnapshotMaps(0, &birth_map, &deaths);
161 EXPECT_EQ(0u, deaths.size());
177 ThreadData::DeathsSnapshot deaths; local
178 data->SnapshotMaps(0, &birth_map, &deaths);
181 EXPECT_EQ(0u, deaths.size()); // No deaths
[all...]
H A Dtracked_objects.cc279 // ThreadData maintains the central data for all births and deaths on a single
634 DeathsSnapshot deaths; local
635 SnapshotMaps(current_profiling_phase, &birth_map, &deaths);
641 for (const auto& death : deaths) {
666 DeathsSnapshot* deaths) {
673 deaths->push_back(std::make_pair(
664 SnapshotMaps(int profiling_phase, BirthMap* birth_map, DeathsSnapshot* deaths) argument
/external/valgrind/exp-dhat/
H A Ddh_main.c193 ULong deaths; member in struct:__anon19094
246 tl_assert(api->deaths == 0);
318 api->deaths++;
339 tl_assert(api->deaths == 1 || api->deaths == 0);
353 //tl_assert(api->deaths > 1);
368 //tl_assert(api->deaths > 1);
1113 if (api->deaths > 0) {
1115 ULong aad = api->deaths == 0
1116 ? 0 : (api->death_ages_sum / api->deaths);
[all...]

Completed in 709 milliseconds