Home
last modified time | relevance | path

Searched refs:DeathDataPhaseSnapshot (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dtracked_objects.h289 struct DeathDataPhaseSnapshot { struct
290 DeathDataPhaseSnapshot(int profiling_phase,
298 const DeathDataPhaseSnapshot* prev);
307 const DeathDataPhaseSnapshot* prev; argument
355 const DeathDataPhaseSnapshot* last_phase_snapshot() const { in last_phase_snapshot()
395 const DeathDataPhaseSnapshot* last_phase_snapshot_;
564 typedef std::vector<std::pair<const Births*, DeathDataPhaseSnapshot>>
Dtracked_objects.cc120 const DeathDataPhaseSnapshot* snapshot = last_phase_snapshot_; in ~DeathData()
177 last_phase_snapshot_ = new DeathDataPhaseSnapshot( in OnProfilingPhaseCompleted()
648 for (const DeathDataPhaseSnapshot* phase = &death.second; phase; in SnapshotExecutedTasks()
675 DeathDataPhaseSnapshot(profiling_phase, death.second.count(), in SnapshotMaps()
953 DeathDataPhaseSnapshot::DeathDataPhaseSnapshot( in DeathDataPhaseSnapshot() function in tracked_objects::DeathDataPhaseSnapshot
962 const DeathDataPhaseSnapshot* prev) in DeathDataPhaseSnapshot()