![]() |
Flutter Engine
The Flutter Engine
|
#include "vm/compiler/backend/il_serializer.h"
#include "vm/class_id.h"
#include "vm/closure_functions_cache.h"
#include "vm/compiler/backend/flow_graph.h"
#include "vm/compiler/backend/il.h"
#include "vm/compiler/backend/range_analysis.h"
#include "vm/compiler/frontend/flow_graph_builder.h"
#include "vm/object_store.h"
#include "vm/parser.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Macros | |
#define | Z zone_ |
#define | INSTRUCTION_REFS_SERIALIZABLE_AS_BLOCK_ENTRY(V) |
#define | SERIALIZABLE_AS_BLOCK_ENTRY(name, type) |
#define | MATCH(member, name) |
#define | MATCH(member, name) |
#define | UNIMPLEMENTED_FUNCTION_KIND(kind) |
#define | READ_INSTRUCTION(type, attrs) |
#define | INSTRUCTIONS_SERIALIZABLE_AS_INSTRUCTION(V) |
#define | SERIALIZABLE_AS_INSTRUCTION(name, type) |
#define | HANDLES_SERIALIZABLE_AS_OBJECT(V) |
#define | SERIALIZE_HANDLE_AS_OBJECT(handle, null_handle) |
#define HANDLES_SERIALIZABLE_AS_OBJECT | ( | V | ) |
Definition at line 2094 of file il_serializer.cc.
#define INSTRUCTION_REFS_SERIALIZABLE_AS_BLOCK_ENTRY | ( | V | ) |
Definition at line 154 of file il_serializer.cc.
#define INSTRUCTIONS_SERIALIZABLE_AS_INSTRUCTION | ( | V | ) |
Definition at line 1123 of file il_serializer.cc.
#define MATCH | ( | member, | |
name | |||
) |
#define MATCH | ( | member, | |
name | |||
) |
#define READ_INSTRUCTION | ( | type, | |
attrs | |||
) |
Definition at line 162 of file il_serializer.cc.
Definition at line 1130 of file il_serializer.cc.
#define SERIALIZE_HANDLE_AS_OBJECT | ( | handle, | |
null_handle | |||
) |
Definition at line 2104 of file il_serializer.cc.
#define UNIMPLEMENTED_FUNCTION_KIND | ( | kind | ) |
#define Z zone_ |
Definition at line 19 of file il_serializer.cc.