Lines Matching refs:Compiler
392 if (!Compiler::EnsureDeoptimizationSupport(info())) { in CreateGraph()
812 MaybeHandle<Code> Compiler::GetUnoptimizedCode(Handle<JSFunction> function) { in GetUnoptimizedCode()
828 MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) { in GetLazyCode()
862 if (Compiler::GetOptimizedCode( in GetLazyCode()
864 Compiler::NOT_CONCURRENT).ToHandle(&opt_code)) { in GetLazyCode()
873 MaybeHandle<Code> Compiler::GetUnoptimizedCode( in GetUnoptimizedCode()
883 bool Compiler::EnsureCompiled(Handle<JSFunction> function, in EnsureCompiled()
886 MaybeHandle<Code> maybe_code = Compiler::GetLazyCode(function); in EnsureCompiled()
902 bool Compiler::EnsureDeoptimizationSupport(CompilationInfo* info) { in EnsureDeoptimizationSupport()
941 MaybeHandle<Code> Compiler::GetDebugCode(Handle<JSFunction> function) { in GetDebugCode()
971 void Compiler::CompileForLiveEdit(Handle<Script> script) { in CompileForLiveEdit()
1015 !Compiler::DebuggerWantsEagerCompilation(info); in CompileToplevel()
1086 MaybeHandle<JSFunction> Compiler::GetFunctionFromEval( in GetFunctionFromEval()
1137 Handle<SharedFunctionInfo> Compiler::CompileScript( in CompileScript()
1233 Handle<SharedFunctionInfo> Compiler::CompileStreamedScript( in CompileStreamedScript()
1246 Handle<SharedFunctionInfo> Compiler::BuildFunctionInfo( in BuildFunctionInfo()
1303 MaybeHandle<Code> Compiler::GetOptimizedCode(Handle<JSFunction> function, in GetOptimizedCode()
1350 Handle<Code> Compiler::GetConcurrentlyOptimizedCode(OptimizedCompileJob* job) { in GetConcurrentlyOptimizedCode()
1400 bool Compiler::DebuggerWantsEagerCompilation(CompilationInfo* info, in DebuggerWantsEagerCompilation()