Flutter Engine
The Flutter Engine
|
#include <platform/globals.h>
#include "vm/compiler/backend/locations.h"
#include "vm/compiler/ffi/callback.h"
#include "vm/compiler/ffi/native_calling_convention.h"
#include "vm/compiler/ffi/native_location.h"
#include "vm/compiler/ffi/native_type.h"
#include "vm/object.h"
Go to the source code of this file.
Classes | |
class | dart::compiler::ffi::BaseMarshaller |
class | dart::compiler::ffi::CallMarshaller |
class | dart::compiler::ffi::CallbackMarshaller |
Namespaces | |
namespace | dart |
namespace | dart::compiler |
namespace | dart::compiler::ffi |
Functions | |
const NativeFunctionType * | dart::compiler::ffi::NativeFunctionTypeFromFunctionType (Zone *zone, const FunctionType &c_signature, const char **error) |
Variables | |
const intptr_t | dart::compiler::ffi::kResultIndex = -1 |