Home
last modified time | relevance | path

Searched refs:AllowsLazyCompilation (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dscopes.h367 bool AllowsLazyCompilation() const;
Dcompiler.cc277 function()->scope()->AllowsLazyCompilation() && in ShouldSelfOptimize()
590 function_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation()); in SetFunctionInfo()
1269 bool allow_lazy = literal->AllowsLazyCompilation() && in BuildFunctionInfo()
Dast.cc132 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral
133 return scope()->AllowsLazyCompilation(); in AllowsLazyCompilation()
Dscopes.cc705 bool Scope::AllowsLazyCompilation() const { in AllowsLazyCompilation() function in v8::internal::Scope
Dpreparser.h954 bool AllowsLazyCompilation() const { return false; } in AllowsLazyCompilation() function
2649 (mode() == PARSE_LAZILY && scope_->AllowsLazyCompilation()); in ParseArrowFunctionLiteral()
Dfull-codegen.cc334 info->function()->scope()->AllowsLazyCompilation()); in MakeCode()
Dast.h2358 bool AllowsLazyCompilation();
Dparser.cc3648 scope_->AllowsLazyCompilation() && in ParseFunctionLiteral()