Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
dart::SuspendStubABI Struct Reference

#include <constants_arm.h>

Static Public Attributes

static constexpr Register kArgumentReg = R0
 
static constexpr Register kTypeArgsReg = R1
 
static constexpr Register kTempReg = R1
 
static constexpr Register kFrameSizeReg = R2
 
static constexpr Register kSuspendStateReg = R3
 
static constexpr Register kFunctionDataReg = R4
 
static constexpr Register kSrcFrameReg = R8
 
static constexpr Register kDstFrameReg = R9
 
static constexpr intptr_t kResumePcDistance = 4
 

Detailed Description

Definition at line 571 of file constants_arm.h.

Member Data Documentation

◆ kArgumentReg

static constexpr Register dart::SuspendStubABI::kArgumentReg = R0
staticconstexpr

Definition at line 572 of file constants_arm.h.

◆ kDstFrameReg

static constexpr Register dart::SuspendStubABI::kDstFrameReg = R9
staticconstexpr

Definition at line 579 of file constants_arm.h.

◆ kFrameSizeReg

static constexpr Register dart::SuspendStubABI::kFrameSizeReg = R2
staticconstexpr

Definition at line 575 of file constants_arm.h.

◆ kFunctionDataReg

static constexpr Register dart::SuspendStubABI::kFunctionDataReg = R4
staticconstexpr

Definition at line 577 of file constants_arm.h.

◆ kResumePcDistance

static constexpr intptr_t dart::SuspendStubABI::kResumePcDistance = 4
staticconstexpr

Definition at line 314 of file constants_ia32.h.

◆ kSrcFrameReg

static constexpr Register dart::SuspendStubABI::kSrcFrameReg = R8
staticconstexpr

Definition at line 578 of file constants_arm.h.

◆ kSuspendStateReg

static constexpr Register dart::SuspendStubABI::kSuspendStateReg = R3
staticconstexpr

Definition at line 576 of file constants_arm.h.

◆ kTempReg

static constexpr Register dart::SuspendStubABI::kTempReg = R1
staticconstexpr

Definition at line 574 of file constants_arm.h.

◆ kTypeArgsReg

static constexpr Register dart::SuspendStubABI::kTypeArgsReg = R1
staticconstexpr

Definition at line 573 of file constants_arm.h.


The documentation for this struct was generated from the following files: