Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h776 s->force_eager_compilation_ = true; in ForceEagerCompilation()
778 s->force_eager_compilation_ = true; in ForceEagerCompilation()
814 bool force_eager_compilation_ : 1; variable
Dscopes.cc256 force_eager_compilation_ = false; in SetDefaults()
304 return force_eager_compilation_ || should_eager_compile_; in ShouldEagerCompile()
1178 return !force_eager_compilation_; in AllowsLazyCompilation()
1313 DCHECK(!force_eager_compilation_); in AnalyzePartially()