Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions | Variables
flow_graph_builder.cc File Reference
#include "vm/compiler/frontend/flow_graph_builder.h"
#include "vm/compiler/backend/branch_optimizer.h"
#include "vm/compiler/backend/flow_graph.h"
#include "vm/compiler/backend/il.h"
#include "vm/compiler/compiler_timings.h"
#include "vm/compiler/frontend/kernel_to_il.h"
#include "vm/object.h"
#include "vm/zone.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Macros

#define Z   (zone())
 

Functions

uword dart::FindDoubleConstant (double value)
 
bool dart::SimpleInstanceOfType (const AbstractType &type)
 

Variables

const double dart::kCommonDoubleConstants []
 

Macro Definition Documentation

◆ Z

#define Z   (zone())

Definition at line 18 of file flow_graph_builder.cc.