Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dcompilation-statistics.cc34 auto it = phase_kind_map_.find(phase_kind_name_str); in RecordPhaseKindStats()
35 if (it == phase_kind_map_.end()) { in RecordPhaseKindStats()
36 PhaseKindStats phase_kind_stats(phase_kind_map_.size()); in RecordPhaseKindStats()
37 it = phase_kind_map_ in RecordPhaseKindStats()
139 SortedPhaseKinds sorted_phase_kinds(s.phase_kind_map_.size()); in operator <<()
140 for (auto it = s.phase_kind_map_.begin(); it != s.phase_kind_map_.end(); in operator <<()
Dcompilation-statistics.h85 PhaseKindMap phase_kind_map_; variable