Flutter Engine
The Flutter Engine
|
#include "vm/compiler/frontend/kernel_translation_helper.h"
#include "vm/class_finalizer.h"
#include "vm/closure_functions_cache.h"
#include "vm/compiler/aot/precompiler.h"
#include "vm/compiler/backend/flow_graph_compiler.h"
#include "vm/compiler/frontend/constant_reader.h"
#include "vm/flags.h"
#include "vm/log.h"
#include "vm/object_store.h"
#include "vm/parser.h"
#include "vm/symbols.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
namespace | dart::kernel |
Macros | |
#define | Z (zone_) |
#define | H (translation_helper_) |
#define | T (type_translator_) |
#define | I Isolate::Current() |
#define | IG IsolateGroup::Current() |
Functions | |
static void | dart::kernel::SetupUnboxingInfoOfParameter (const Function &function, intptr_t param_index, const UnboxingInfoMetadata *metadata) |
static void | dart::kernel::SetupUnboxingInfoOfReturnValue (const Function &function, const UnboxingInfoMetadata *metadata) |
#define H (translation_helper_) |
Definition at line 19 of file kernel_translation_helper.cc.
#define I Isolate::Current() |
Definition at line 21 of file kernel_translation_helper.cc.
#define IG IsolateGroup::Current() |
Definition at line 22 of file kernel_translation_helper.cc.
#define T (type_translator_) |
Definition at line 20 of file kernel_translation_helper.cc.
#define Z (zone_) |
Definition at line 18 of file kernel_translation_helper.cc.