Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h522 bool AllowsLazyCompilation() const;
Dast.cc213 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation() function in v8::internal::FunctionLiteral
214 return scope()->AllowsLazyCompilation(); in AllowsLazyCompilation()
Dscopes.cc735 return AllowsLazyCompilation(); in AllowsLazyParsing()
739 bool Scope::AllowsLazyCompilation() const { return !force_eager_compilation_; } in AllowsLazyCompilation() function in v8::internal::Scope
Dast.h2611 bool AllowsLazyCompilation();
/external/v8/src/
Dcompiler.cc170 literal()->scope()->AllowsLazyCompilation() && in ShouldSelfOptimize()
1671 bool allow_lazy = literal->AllowsLazyCompilation() && !info.is_debug(); in GetSharedFunctionInfo()
Dobjects.cc13282 shared_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation()); in InitFromFunctionLiteral()
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt956 …40^HTMLParserThrea^chrome ^[.] v8::internal::FunctionLiteral::AllowsLazyCompilation()
958 --- v8::internal::FunctionLiteral::AllowsLazyCompilation()