Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h364 void ForceEagerCompilation() { force_eager_compilation_ = true; } in ForceEagerCompilation()
484 bool force_eager_compilation_; variable
Dscopes.cc169 force_eager_compilation_ = false; in SetDefaults()
706 return !force_eager_compilation_ && HasLazyCompilableOuterContext(); in AllowsLazyCompilation()
711 return !force_eager_compilation_ && HasTrivialOuterContext(); in AllowsLazyCompilationWithoutContext()
1169 if (inner->force_eager_compilation_) { in PropagateScopeInfo()
1170 force_eager_compilation_ = true; in PropagateScopeInfo()