Flutter Engine
The Flutter Engine
|
#include "vm/constants.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Variables | |
static constexpr int | dart::kDartFrameFixedSize = 4 |
static constexpr int | dart::kSavedPcSlotFromSp = -1 |
static constexpr int | dart::kFirstObjectSlotFromFp |
static constexpr int | dart::kLastFixedObjectSlotFromFp = -2 |
static constexpr int | dart::kFirstLocalSlotFromFp = -3 |
static constexpr int | dart::kSavedCallerPpSlotFromFp = -2 |
static constexpr int | dart::kPcMarkerSlotFromFp = -1 |
static constexpr int | dart::kSavedCallerFpSlotFromFp = 0 |
static constexpr int | dart::kSavedCallerPcSlotFromFp = 1 |
static constexpr int | dart::kParamEndSlotFromFp = 1 |
static constexpr int | dart::kCallerSpSlotFromFp = 2 |
static constexpr int | dart::kLastParamSlotFromEntrySp = 1 |
static constexpr int | dart::kExitLinkSlotFromEntryFp = -11 |
static constexpr int | dart::kFfiCallerTypedDataSlotFromFp = kCallerSpSlotFromFp |