![]() |
Flutter Engine
The Flutter Engine
|
#include "vm/tags.h"
#include "platform/utils.h"
#include "vm/isolate.h"
#include "vm/json_stream.h"
#include "vm/native_entry.h"
#include "vm/object.h"
#include "vm/runtime_entry.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Macros | |
#define | CHECK_RUNTIME_ADDRESS(n) |
#define | CHECK_LEAF_RUNTIME_ADDRESS(type, n, ...) |
#define | DEFINE_VM_TAG_ENTRY(tag) {"" #tag, k##tag##TagId}, |
#define CHECK_LEAF_RUNTIME_ADDRESS | ( | type, | |
n, | |||
... | |||
) |
#define CHECK_RUNTIME_ADDRESS | ( | n | ) |
#define DEFINE_VM_TAG_ENTRY | ( | tag | ) | {"" #tag, k##tag##TagId}, |