Lines Matching defs:Compiler

801       // rather than with Compiler::GetSharedFunctionInfo, to support
808 shared_info = Compiler::GetSharedFunctionInfo(literal, script, isolate);
1310 Compiler::ClearExceptionFlag flag = Compiler::KEEP_EXCEPTION) {
1311 if (flag == Compiler::CLEAR_EXCEPTION) {
1327 Compiler::ClearExceptionFlag flag) {
1406 Compiler::CompileSharedWithBaseline(
1407 isolate, shared_info, Compiler::CLEAR_EXCEPTION, &is_compiled_scope);
1441 Compiler::ClearExceptionFlag::KEEP_EXCEPTION);
1467 Compiler::ClearExceptionFlag::KEEP_EXCEPTION);
1782 Isolate* isolate, Compiler::ClearExceptionFlag flag) {
1873 // Implementation of Compiler
1876 bool Compiler::CollectSourcePositions(Isolate* isolate,
1979 bool Compiler::Compile(Isolate* isolate, Handle<SharedFunctionInfo> shared_info,
2060 bool Compiler::Compile(Isolate* isolate, Handle<JSFunction> function,
2135 bool Compiler::CompileSharedWithBaseline(Isolate* isolate,
2137 Compiler::ClearExceptionFlag flag,
2150 if (flag == Compiler::KEEP_EXCEPTION) {
2187 bool Compiler::CompileBaseline(Isolate* isolate, Handle<JSFunction> function,
2206 bool Compiler::CompileMaglev(Isolate* isolate, Handle<JSFunction> function,
2232 MaybeHandle<SharedFunctionInfo> Compiler::CompileToplevel(
2240 bool Compiler::FinalizeBackgroundCompileTask(BackgroundCompileTask* task,
2257 void Compiler::CompileOptimized(Isolate* isolate, Handle<JSFunction> function,
2287 MaybeHandle<SharedFunctionInfo> Compiler::CompileForLiveEdit(
2290 return Compiler::CompileToplevel(parse_info, script, isolate,
2295 MaybeHandle<JSFunction> Compiler::GetFunctionFromEval(
2492 std::pair<MaybeHandle<String>, bool> Compiler::ValidateDynamicCompilationSource(
2554 MaybeHandle<JSFunction> Compiler::GetFunctionFromValidatedString(
2575 return Compiler::GetFunctionFromEval(source.ToHandleChecked(), outer_info,
2582 MaybeHandle<JSFunction> Compiler::GetFunctionFromString(
2825 return Compiler::CompileToplevel(&parse_info, script, isolate,
2940 Compiler::GetSharedFunctionInfoForStreamedScript(
3005 return Compiler::GetSharedFunctionInfoForWebSnapshot(
3105 MaybeHandle<SharedFunctionInfo> Compiler::GetSharedFunctionInfoForScript(
3116 Compiler::GetSharedFunctionInfoForScriptWithExtension(
3126 Compiler::GetSharedFunctionInfoForScriptWithCachedData(
3137 Compiler::GetSharedFunctionInfoForScriptWithDeserializeTask(
3149 MaybeHandle<JSFunction> Compiler::GetWrappedFunction(
3245 Compiler::GetSharedFunctionInfoForStreamedScript(
3301 Handle<SharedFunctionInfo> Compiler::GetSharedFunctionInfoForWebSnapshot(
3326 Handle<SharedFunctionInfo> Compiler::GetSharedFunctionInfo(
3370 template Handle<SharedFunctionInfo> Compiler::GetSharedFunctionInfo(
3372 template Handle<SharedFunctionInfo> Compiler::GetSharedFunctionInfo(
3376 MaybeHandle<CodeT> Compiler::CompileOptimizedOSR(Isolate* isolate,
3424 void Compiler::DisposeTurbofanCompilationJob(TurbofanCompilationJob* job,
3434 bool Compiler::FinalizeTurbofanCompilationJob(TurbofanCompilationJob* job,
3499 bool Compiler::FinalizeMaglevCompilationJob(maglev::MaglevCompilationJob* job,
3509 void Compiler::PostInstantiation(Handle<JSFunction> function) {