Flutter Engine
The Flutter Engine
|
#include "vm/compiler/aot/aot_call_specializer.h"
#include <utility>
#include "vm/bit_vector.h"
#include "vm/compiler/aot/precompiler.h"
#include "vm/compiler/backend/branch_optimizer.h"
#include "vm/compiler/backend/flow_graph_compiler.h"
#include "vm/compiler/backend/il.h"
#include "vm/compiler/backend/il_printer.h"
#include "vm/compiler/backend/inliner.h"
#include "vm/compiler/backend/range_analysis.h"
#include "vm/compiler/cha.h"
#include "vm/compiler/compiler_state.h"
#include "vm/compiler/frontend/flow_graph_builder.h"
#include "vm/compiler/jit/compiler.h"
#include "vm/compiler/jit/jit_call_specializer.h"
#include "vm/cpu.h"
#include "vm/dart_entry.h"
#include "vm/exceptions.h"
#include "vm/hash_map.h"
#include "vm/object.h"
#include "vm/object_store.h"
#include "vm/parser.h"
#include "vm/resolver.h"
#include "vm/scopes.h"
#include "vm/stack_frame.h"
#include "vm/symbols.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Macros | |
#define | IG (isolate_group()) |
#define | Z (zone()) |
Functions | |
dart::DEFINE_FLAG (int, max_exhaustive_polymorphic_checks, 5, "If a call receiver is known to be of at most this many classes, " "generate exhaustive class tests instead of a megamorphic call") | |
#define IG (isolate_group()) |
Definition at line 43 of file aot_call_specializer.cc.
#define Z (zone()) |
Definition at line 44 of file aot_call_specializer.cc.