Lines Matching refs:JSFunction
179 Handle<JSFunction> function = info()->closure();
558 Handle<JSFunction>::null());
686 Handle<JSFunction> function, BailoutId osr_ast_id) {
718 Handle<JSFunction> function = info->closure();
735 JSFunction::EnsureLiterals(info->closure());
790 JSFunction::EnsureLiterals(info->closure());
809 MaybeHandle<Code> GetOptimizedCode(Handle<JSFunction> function,
986 MaybeHandle<Code> GetBaselineCode(Handle<JSFunction> function) {
1050 MaybeHandle<Code> GetLazyCode(Handle<JSFunction> function) {
1240 bool Compiler::Compile(Handle<JSFunction> function, ClearExceptionFlag flag) {
1268 JSFunction::EnsureLiterals(function);
1277 bool Compiler::CompileBaseline(Handle<JSFunction> function) {
1292 JSFunction::EnsureLiterals(function);
1301 bool Compiler::CompileOptimized(Handle<JSFunction> function,
1319 JSFunction::EnsureLiterals(function);
1335 Handle<JSFunction>::null());
1363 CompilationInfo info(&compile_zone, &parse_info, Handle<JSFunction>::null());
1464 Compiler::CompilationTier Compiler::NextCompilationTier(JSFunction* function) {
1477 MaybeHandle<JSFunction> Compiler::GetFunctionFromEval(
1536 Handle<JSFunction>::null());
1547 return MaybeHandle<JSFunction>();
1554 Handle<JSFunction> result;
1562 JSFunction::EnsureLiterals(result);
1571 JSFunction::EnsureLiterals(result);
1579 // OnAfterCompile has to be called after we create the JSFunction, which we
1616 MaybeHandle<JSFunction> Compiler::GetFunctionFromString(
1630 JSFunction);
1747 Handle<JSFunction>::null());
1816 Handle<JSFunction>::null());
1866 Handle<JSFunction> fun = Handle<JSFunction>::cast(Utils::OpenHandle(
1886 MaybeHandle<Code> Compiler::GetOptimizedCodeForOSR(Handle<JSFunction> function,
1918 void Compiler::PostInstantiation(Handle<JSFunction> function,
1939 JSFunction::EnsureLiterals(function);