Lines Matching refs:Compiler
20 #include "src/compiler.h"
2945 if (!Compiler::EnsureCompiled(source, KEEP_EXCEPTION)) {
8427 Compiler::EnsureCompiled(function, CLEAR_EXCEPTION);
8495 Compiler::GetLazyCode(function));
8514 // using the code from the full compiler.
8526 Compiler::ConcurrencyMode mode =
8527 concurrent ? Compiler::CONCURRENT : Compiler::NOT_CONCURRENT;
8529 if (Compiler::GetOptimizedCode(function, unoptimized, mode).ToHandle(&code)) {
8758 return Smi::FromInt(7); // 7 == "TurboFan compiler".
8835 Compiler::ConcurrencyMode mode =
8837 (function->shared()->ast_node_count() > 512) ? Compiler::CONCURRENT
8838 : Compiler::NOT_CONCURRENT;
8842 if (mode == Compiler::CONCURRENT) {
8865 result = Compiler::GetConcurrentlyOptimizedCode(job);
8872 MaybeHandle<Code> maybe_result = Compiler::GetOptimizedCode(
9312 // are used in the full codegen and Crankshaft compiler. An alternative is
9313 // using uint64_t and modifying full codegen and Crankshaft compiler.
9901 Compiler::GetFunctionFromEval(
9936 Compiler::GetFunctionFromEval(
11348 // Hide compiler-introduced temporary variables, whether on the stack or on
12992 Compiler::GetFunctionFromEval(source,
13155 // is unsafe as GetScriptWrapper might call GC and the C++ compiler might
13413 if (!Compiler::EnsureCompiled(func, KEEP_EXCEPTION)) {
13430 if (!Compiler::EnsureCompiled(func, KEEP_EXCEPTION)) {
15364 // compiler does not support a certain intrinsic. Don't optimize these, but
15365 // implement the intrinsic in the respective compiler instead.