Flutter Engine
The Flutter Engine
|
#include "platform/assert.h"
#include "vm/compiler/ffi/native_type.h"
#include "vm/compiler/runtime_api.h"
#include "vm/constants.h"
#include "vm/growable_array.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 |
Enumerations | |
enum | dart::compiler::ffi::FpuRegisterKind { dart::compiler::ffi::kQuadFpuReg , dart::compiler::ffi::kDoubleFpuReg , dart::compiler::ffi::kSingleFpuReg } |
Functions | |
intptr_t | dart::compiler::ffi::SizeFromFpuRegisterKind (enum FpuRegisterKind kind) |
enum FpuRegisterKind | dart::compiler::ffi::FpuRegisterKindFromSize (intptr_t size_in_bytes) |
compiler::Address | dart::compiler::ffi::NativeLocationToStackSlotAddress (const NativeStackLocation &loc) |