Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.h288 struct DeathDataPhaseSnapshot { struct
289 DeathDataPhaseSnapshot(int profiling_phase,
297 const DeathDataPhaseSnapshot* prev);
306 const DeathDataPhaseSnapshot* prev; argument
354 const DeathDataPhaseSnapshot* last_phase_snapshot() const { in last_phase_snapshot()
394 const DeathDataPhaseSnapshot* last_phase_snapshot_;
559 typedef std::vector<std::pair<const Births*, DeathDataPhaseSnapshot>>
Dtracked_objects.cc112 const DeathDataPhaseSnapshot* snapshot = last_phase_snapshot_; in ~DeathData()
169 last_phase_snapshot_ = new DeathDataPhaseSnapshot( in OnProfilingPhaseCompleted()
629 for (const DeathDataPhaseSnapshot* phase = &death.second; phase; in SnapshotExecutedTasks()
656 DeathDataPhaseSnapshot(profiling_phase, death.second.count(), in SnapshotMaps()
914 DeathDataPhaseSnapshot::DeathDataPhaseSnapshot( in DeathDataPhaseSnapshot() function in tracked_objects::DeathDataPhaseSnapshot
923 const DeathDataPhaseSnapshot* prev) in DeathDataPhaseSnapshot()