Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
kernel_binary_flowgraph.cc File Reference
#include "vm/compiler/frontend/kernel_binary_flowgraph.h"
#include "vm/closure_functions_cache.h"
#include "vm/compiler/ffi/callback.h"
#include "vm/compiler/ffi/recognized_method.h"
#include "vm/compiler/frontend/flow_graph_builder.h"
#include "vm/compiler/frontend/prologue_builder.h"
#include "vm/compiler/jit/compiler.h"
#include "vm/kernel_binary.h"
#include "vm/kernel_loader.h"
#include "vm/object_store.h"
#include "vm/resolver.h"
#include "vm/stack_frame.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()
 
#define B   (flow_graph_builder_)
 

Functions

static Functiondart::kernel::GetNoSuchMethodOrDie (Thread *thread, Zone *zone, const Class &klass)
 
static void dart::kernel::ReportIfNotNull (const char *error)
 

Macro Definition Documentation

◆ B

#define B   (flow_graph_builder_)

Definition at line 27 of file kernel_binary_flowgraph.cc.

◆ H

#define H   (translation_helper_)

Definition at line 23 of file kernel_binary_flowgraph.cc.

◆ I

#define I   Isolate::Current()

Definition at line 25 of file kernel_binary_flowgraph.cc.

◆ IG

#define IG   IsolateGroup::Current()

Definition at line 26 of file kernel_binary_flowgraph.cc.

◆ T

#define T   (type_translator_)

Definition at line 24 of file kernel_binary_flowgraph.cc.

◆ Z

#define Z   (zone_)

Definition at line 22 of file kernel_binary_flowgraph.cc.