// Copyright 2012 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/full-codegen/full-codegen.h" #include "src/ast/ast.h" #include "src/ast/ast-numbering.h" #include "src/ast/prettyprinter.h" #include "src/ast/scopeinfo.h" #include "src/ast/scopes.h" #include "src/code-factory.h" #include "src/codegen.h" #include "src/compiler.h" #include "src/debug/debug.h" #include "src/debug/liveedit.h" #include "src/isolate-inl.h" #include "src/macro-assembler.h" #include "src/snapshot/snapshot.h" namespace v8 { namespace internal { #define __ ACCESS_MASM(masm()) bool FullCodeGenerator::MakeCode(CompilationInfo* info) { Isolate* isolate = info->isolate(); TimerEventScope timer(info->isolate()); // Ensure that the feedback vector is large enough. info->EnsureFeedbackVector(); Handle