Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:target_info

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