Searched refs:reset_max (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dtracked_objects.h382 // During the scavenging, if |reset_max| is true, then the DeathData instances
384 static void Snapshot(bool reset_max, ProcessDataSnapshot* process_data);
525 // track of the number of living instances of the task. If |reset_max| is
528 static void SnapshotAllExecutedTasks(bool reset_max,
538 // |reset_max| is true, then the max values in each DeathData instance are
540 void SnapshotExecutedTasks(bool reset_max,
546 // the map(s) from being reallocaed while they are copied. If |reset_max| is
549 void SnapshotMaps(bool reset_max,
H A Dtracked_objects.cc356 void ThreadData::Snapshot(bool reset_max, ProcessDataSnapshot* process_data) { argument
361 ThreadData::SnapshotAllExecutedTasks(reset_max, process_data, &birth_counts);
548 void ThreadData::SnapshotAllExecutedTasks(bool reset_max, argument
566 thread_data->SnapshotExecutedTasks(reset_max, process_data, birth_counts);
570 void ThreadData::SnapshotExecutedTasks(bool reset_max, argument
578 SnapshotMaps(reset_max, &birth_map, &death_map, &parent_child_set);
602 void ThreadData::SnapshotMaps(bool reset_max, argument
613 if (reset_max)

Completed in 47 milliseconds