Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h889 s->force_eager_compilation_ = true; in ForceEagerCompilation()
891 s->force_eager_compilation_ = true; in ForceEagerCompilation()
954 bool force_eager_compilation_ : 1; variable
Dscopes.cc309 force_eager_compilation_ = false; in SetDefaults()
370 return force_eager_compilation_ || should_eager_compile_; in ShouldEagerCompile()
1401 return !force_eager_compilation_; in AllowsLazyCompilation()
1552 DCHECK(!force_eager_compilation_); in AnalyzePartially()