Home | History | Annotate | Download | only in src

Lines Matching full:target_info

5259   CompilationInfo target_info(target);
5260 if (!ParserApi::Parse(&target_info, kNoParsingFlags) ||
5261 !Scope::Analyze(&target_info)) {
5262 if (target_info.isolate()->has_pending_exception()) {
5271 if (target_info.scope()->num_heap_slots() > 0) {
5275 FunctionLiteral* function = target_info.function();
5309 ZoneList<Declaration*>* decls = target_info.scope()->declarations();
5323 target_info.EnableDeoptimizationSupport();
5324 if (!FullCodeGenerator::MakeCode(&target_info)) {
5332 ScopeInfo::Create(target_info.scope());
5335 target_shared->EnableDeoptimizationSupport(*target_info.code());
5337 &target_info,
5355 this, &target_info, &target_oracle, return_handling);
5390 VisitDeclarations(target_info.scope()->declarations());