Lines Matching refs:target_info
7805 CompilationInfo target_info(target, zone()); in TryInline() local
7808 target_info.SetAstValueFactory(top_info()->ast_value_factory(), false); in TryInline()
7810 if (!Parser::Parse(&target_info) || !Scope::Analyze(&target_info)) { in TryInline()
7811 if (target_info.isolate()->has_pending_exception()) { in TryInline()
7820 if (target_info.scope()->num_heap_slots() > 0) { in TryInline()
7824 FunctionLiteral* function = target_info.function(); in TryInline()
7856 ZoneList<Declaration*>* decls = target_info.scope()->declarations(); in TryInline()
7867 if (!Compiler::EnsureDeoptimizationSupport(&target_info)) { in TryInline()
7878 AstTyper::Run(&target_info); in TryInline()
7886 this, &target_info, inlining_kind, function_id); in TryInline()
7924 set_scope(target_info.scope()); in TryInline()
7931 VisitDeclarations(target_info.scope()->declarations()); in TryInline()