Lines Matching refs:target_info
8537 CompilationInfo target_info(&parse_info, target); in TryInline() local
8550 if (!Compiler::ParseAndAnalyze(target_info.parse_info())) { in TryInline()
8551 if (target_info.isolate()->has_pending_exception()) { in TryInline()
8564 if (target_info.scope()->num_heap_slots() > 0) { in TryInline()
8570 Variable* rest = target_info.scope()->rest_parameter(&rest_index); in TryInline()
8576 FunctionLiteral* function = target_info.literal(); in TryInline()
8608 ZoneList<Declaration*>* decls = target_info.scope()->declarations(); in TryInline()
8619 if (!Compiler::EnsureDeoptimizationSupport(&target_info)) { in TryInline()
8627 top_info()->AddInlinedFunction(target_info.shared_info()); in TryInline()
8638 AstTyper(target_info.isolate(), target_info.zone(), target_info.closure(), in TryInline()
8639 target_info.scope(), target_info.osr_ast_id(), target_info.literal(), in TryInline()
8652 this, &target_info, inlining_kind, inlining_id, in TryInline()
8688 set_scope(target_info.scope()); in TryInline()
8698 VisitDeclarations(target_info.scope()->declarations()); in TryInline()