Lines Matching refs:Compiler
13 #include "src/compiler.h"
745 function_info = Compiler::CompileScript(
1883 MaybeHandle<Code> code = Compiler::GetDebugCode(function);
2163 // context, because Compiler::BuildFunctionInfo checks whether the
2166 ? Compiler::GetUnoptimizedCode(target)
2167 : Compiler::GetUnoptimizedCode(target_function);
2192 !Compiler::EnsureCompiled(function, CLEAR_EXCEPTION)) {