OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InPhaseKind
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
pipeline-statistics.cc
67
if (
InPhaseKind
()) EndPhaseKind();
76
if (
InPhaseKind
()) EndPhaseKind();
91
DCHECK(
InPhaseKind
());
98
DCHECK(
InPhaseKind
());
pipeline-statistics.h
52
bool
InPhaseKind
() { return !!phase_kind_stats_.scope_; }
Completed in 211 milliseconds