Flutter Engine
The Flutter Engine
|
#include <utility>
#include "platform/globals.h"
#include "vm/allocation.h"
#include "vm/compiler/backend/locations.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
namespace | dart::compiler |
namespace | dart::compiler::ffi |
Macros | |
#define | IL_SERIALIZABLE_TYPE_LIST(V) |
#define | IL_SERIALIZABLE_REF_TYPE_LIST(V) |
#define | DECLARE_WRITE_TRAIT(type) |
#define | DECLARE_WRITE_REF_TRAIT(type) |
#define | DECLARE_READ_TRAIT(type) |
#define | DECLARE_READ_REF_TRAIT(type) |
#define DECLARE_READ_REF_TRAIT | ( | type | ) |
Definition at line 476 of file il_serializer.h.
#define DECLARE_READ_TRAIT | ( | type | ) |
Definition at line 450 of file il_serializer.h.
#define DECLARE_WRITE_REF_TRAIT | ( | type | ) |
Definition at line 277 of file il_serializer.h.
#define DECLARE_WRITE_TRAIT | ( | type | ) |
#define IL_SERIALIZABLE_REF_TYPE_LIST | ( | V | ) |
Definition at line 125 of file il_serializer.h.
#define IL_SERIALIZABLE_TYPE_LIST | ( | V | ) |
Definition at line 71 of file il_serializer.h.