Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
kernel_translation_helper.cc File Reference
#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)
 

Macro Definition Documentation

◆ H

#define H   (translation_helper_)

Definition at line 19 of file kernel_translation_helper.cc.

◆ I

#define I   Isolate::Current()

Definition at line 21 of file kernel_translation_helper.cc.

◆ IG

#define IG   IsolateGroup::Current()

Definition at line 22 of file kernel_translation_helper.cc.

◆ T

#define T   (type_translator_)

Definition at line 20 of file kernel_translation_helper.cc.

◆ Z

#define Z   (zone_)

Definition at line 18 of file kernel_translation_helper.cc.