Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h836 s->force_eager_compilation_ = true; in ForceEagerCompilation()
838 s->force_eager_compilation_ = true; in ForceEagerCompilation()
874 bool force_eager_compilation_ : 1; variable
Dscopes.cc292 force_eager_compilation_ = false; in SetDefaults()
347 return force_eager_compilation_ || should_eager_compile_; in ShouldEagerCompile()
1319 return !force_eager_compilation_; in AllowsLazyCompilation()
1469 DCHECK(!force_eager_compilation_); in AnalyzePartially()