Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros
parser.cc File Reference
#include "vm/parser.h"
#include "vm/flags.h"
#include "lib/invocation_mirror.h"
#include "platform/utils.h"
#include "vm/bit_vector.h"
#include "vm/bootstrap.h"
#include "vm/class_finalizer.h"
#include "vm/compiler/aot/precompiler.h"
#include "vm/compiler/backend/il_printer.h"
#include "vm/compiler/frontend/scope_builder.h"
#include "vm/compiler/jit/compiler.h"
#include "vm/dart_api_impl.h"
#include "vm/dart_entry.h"
#include "vm/growable_array.h"
#include "vm/handles.h"
#include "vm/hash_table.h"
#include "vm/isolate.h"
#include "vm/longjump.h"
#include "vm/native_arguments.h"
#include "vm/native_entry.h"
#include "vm/object.h"
#include "vm/object_store.h"
#include "vm/os.h"
#include "vm/regexp_assembler.h"
#include "vm/resolver.h"
#include "vm/scopes.h"
#include "vm/stack_frame.h"
#include "vm/symbols.h"
#include "vm/tags.h"
#include "vm/timeline.h"
#include "vm/zone.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Macros

#define T   (thread())
 
#define I   (isolate())
 
#define Z   (zone())
 
#define INIT_FIELD(Name, TypeName, Symbol)
 

Macro Definition Documentation

◆ I

#define I   (isolate())

Definition at line 44 of file parser.cc.

◆ INIT_FIELD

#define INIT_FIELD (   Name,
  TypeName,
  Symbol 
)
Value:
dynamic_closure_call_vars_->Name = new (zone()) LocalVariable( \
pos, pos, Symbols::DynamicCall##Symbol##Var(), type_##TypeName);
SkPoint pos

◆ T

#define T   (thread())

Definition at line 43 of file parser.cc.

◆ Z

#define Z   (zone())

Definition at line 45 of file parser.cc.