Flutter Engine
The Flutter Engine
|
#include "vm/compiler/frontend/base_flow_graph_builder.h"
#include <utility>
#include "vm/compiler/backend/range_analysis.h"
#include "vm/compiler/frontend/flow_graph_builder.h"
#include "vm/compiler/frontend/kernel_translation_helper.h"
#include "vm/compiler/jit/compiler.h"
#include "vm/compiler/runtime_api.h"
#include "vm/growable_array.h"
#include "vm/object_store.h"
#include "vm/resolver.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
namespace | dart::kernel |
Macros | |
#define | Z (zone_) |
#define | IG (thread_->isolate_group()) |
Functions | |
static bool | dart::kernel::SupportsCoverage () |
Fragment | dart::kernel::operator+ (const Fragment &first, const Fragment &second) |
Fragment | dart::kernel::operator<< (const Fragment &fragment, Instruction *next) |
#define IG (thread_->isolate_group()) |
Definition at line 22 of file base_flow_graph_builder.cc.
#define Z (zone_) |
Definition at line 21 of file base_flow_graph_builder.cc.