HomeSort by relevance Sort by last modified time
    Searched refs:DeathDataPhaseSnapshot (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
tracked_objects.h 314 struct DeathDataPhaseSnapshot {
315 DeathDataPhaseSnapshot(int profiling_phase,
317 const DeathDataPhaseSnapshot* prev);
326 const DeathDataPhaseSnapshot* prev;
407 const DeathDataPhaseSnapshot* last_phase_snapshot() const {
471 const DeathDataPhaseSnapshot* last_phase_snapshot_;
637 typedef std::vector<std::pair<const Births*, DeathDataPhaseSnapshot>>
    [all...]
tracked_objects.cc 145 const DeathDataPhaseSnapshot* snapshot = last_phase_snapshot_;
221 new DeathDataPhaseSnapshot(profiling_phase, *this, last_phase_snapshot_);
713 for (const DeathDataPhaseSnapshot* phase = &death.second; phase;
740 DeathDataPhaseSnapshot(profiling_phase, death.second,
    [all...]

Completed in 64 milliseconds