Searched refs:SnapshotMaps (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | tracked_objects_unittest.cc | 164 data->SnapshotMaps(0, &birth_map, &deaths); in TEST_F() 181 data->SnapshotMaps(0, &birth_map, &deaths); in TEST_F() 200 data->SnapshotMaps(0, &birth_map, &deaths); in TEST_F() 226 data->SnapshotMaps(0, &birth_map, &deaths); in TEST_F()
|
D | tracked_objects.cc | 700 SnapshotMaps(current_profiling_phase, &birth_map, &deaths); in SnapshotExecutedTasks() 729 void ThreadData::SnapshotMaps(int profiling_phase, in SnapshotMaps() function in tracked_objects::ThreadData
|
D | tracked_objects.h | 677 void SnapshotMaps(int profiling_phase,
|