OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_phase_snapshot_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
tracked_objects.cc
91
last_phase_snapshot_
(nullptr) {
103
last_phase_snapshot_
(nullptr) {
105
// to the map. At that point,
last_phase_snapshot_
is still NULL, so we don't
107
DCHECK(other.
last_phase_snapshot_
== nullptr);
111
while (
last_phase_snapshot_
) {
112
const DeathDataPhaseSnapshot* snapshot =
last_phase_snapshot_
;
113
last_phase_snapshot_
= snapshot->prev;
169
last_phase_snapshot_
= new DeathDataPhaseSnapshot(
172
queue_duration_sample(),
last_phase_snapshot_
);
[
all
...]
tracked_objects.h
355
return
last_phase_snapshot_
;
394
const DeathDataPhaseSnapshot*
last_phase_snapshot_
;
member in class:tracked_objects::DeathData
[
all
...]
Completed in 55 milliseconds