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

#include <constants_arm.h>

Static Public Attributes

static constexpr Register kResultReg = AllocateObjectABI::kResultReg
 
static constexpr Register kFunctionReg = R1
 
static constexpr Register kContextReg = R2
 
static constexpr Register kInstantiatorTypeArgsReg = R3
 
static constexpr Register kScratchReg = R4
 

Detailed Description

Definition at line 503 of file constants_arm.h.

Member Data Documentation

◆ kContextReg

static constexpr Register dart::AllocateClosureABI::kContextReg = R2
staticconstexpr

Definition at line 506 of file constants_arm.h.

◆ kFunctionReg

static constexpr Register dart::AllocateClosureABI::kFunctionReg = R1
staticconstexpr

Definition at line 505 of file constants_arm.h.

◆ kInstantiatorTypeArgsReg

static constexpr Register dart::AllocateClosureABI::kInstantiatorTypeArgsReg = R3
staticconstexpr

Definition at line 507 of file constants_arm.h.

◆ kResultReg

static constexpr Register dart::AllocateClosureABI::kResultReg = AllocateObjectABI::kResultReg
staticconstexpr

Definition at line 504 of file constants_arm.h.

◆ kScratchReg

static constexpr Register dart::AllocateClosureABI::kScratchReg = R4
staticconstexpr

Definition at line 508 of file constants_arm.h.


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