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

#include <constants_arm.h>

Static Public Attributes

static constexpr Register kSuspendStateReg = R2
 
static constexpr Register kTempReg = R0
 
static constexpr Register kFrameSizeReg = R1
 
static constexpr Register kSrcFrameReg = R3
 
static constexpr Register kDstFrameReg = R4
 
static constexpr Register kResumePcReg = R1
 
static constexpr Register kExceptionReg = R3
 
static constexpr Register kStackTraceReg = R4
 

Detailed Description

Definition at line 589 of file constants_arm.h.

Member Data Documentation

◆ kDstFrameReg

static constexpr Register dart::ResumeStubABI::kDstFrameReg = R4
staticconstexpr

Definition at line 595 of file constants_arm.h.

◆ kExceptionReg

static constexpr Register dart::ResumeStubABI::kExceptionReg = R3
staticconstexpr

Definition at line 600 of file constants_arm.h.

◆ kFrameSizeReg

static constexpr Register dart::ResumeStubABI::kFrameSizeReg = R1
staticconstexpr

Definition at line 593 of file constants_arm.h.

◆ kResumePcReg

static constexpr Register dart::ResumeStubABI::kResumePcReg = R1
staticconstexpr

Definition at line 598 of file constants_arm.h.

◆ kSrcFrameReg

static constexpr Register dart::ResumeStubABI::kSrcFrameReg = R3
staticconstexpr

Definition at line 594 of file constants_arm.h.

◆ kStackTraceReg

static constexpr Register dart::ResumeStubABI::kStackTraceReg = R4
staticconstexpr

Definition at line 601 of file constants_arm.h.

◆ kSuspendStateReg

static constexpr Register dart::ResumeStubABI::kSuspendStateReg = R2
staticconstexpr

Definition at line 590 of file constants_arm.h.

◆ kTempReg

static constexpr Register dart::ResumeStubABI::kTempReg = R0
staticconstexpr

Definition at line 591 of file constants_arm.h.


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