Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | dart |
Variables | |
static constexpr int | dart::kDartFrameFixedSize = 3 |
static constexpr int | dart::kSavedPcSlotFromSp = -1 |
static constexpr int | dart::kFirstObjectSlotFromFp |
static constexpr int | dart::kLastFixedObjectSlotFromFp = -1 |
static constexpr int | dart::kFirstLocalSlotFromFp = -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::kSavedCallerPpSlotFromFp = kSavedCallerFpSlotFromFp |
static constexpr int | dart::kExitLinkSlotFromEntryFp = -8 |
static constexpr int | dart::kFfiCallerTypedDataSlotFromFp = kCallerSpSlotFromFp |