Lines Matching refs:target_info
8341 CompilationInfo target_info(&parse_info); in TryInline() local
8352 if (!Compiler::ParseAndAnalyze(target_info.parse_info())) { in TryInline()
8353 if (target_info.isolate()->has_pending_exception()) { in TryInline()
8362 if (target_info.scope()->num_heap_slots() > 0) { in TryInline()
8368 Variable* rest = target_info.scope()->rest_parameter(&rest_index); in TryInline()
8374 FunctionLiteral* function = target_info.literal(); in TryInline()
8406 ZoneList<Declaration*>* decls = target_info.scope()->declarations(); in TryInline()
8426 if (!Compiler::EnsureDeoptimizationSupport(&target_info)) { in TryInline()
8433 top_info()->AddInlinedFunction(target_info.shared_info()); in TryInline()
8441 AstTyper(target_info.isolate(), target_info.zone(), target_info.closure(), in TryInline()
8442 target_info.scope(), target_info.osr_ast_id(), target_info.literal()) in TryInline()
8455 new FunctionState(this, &target_info, inlining_kind, inlining_id); in TryInline()
8493 set_scope(target_info.scope()); in TryInline()
8503 VisitDeclarations(target_info.scope()->declarations()); in TryInline()