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

#include <constants_arm.h>

Static Public Attributes

static constexpr Register kCpuRegistersForArgs [] = {R1, R2, R3, R8}
 
static constexpr FpuRegister kFpuRegistersForArgs [] = {Q0, Q1, Q2, Q3}
 

Detailed Description

Definition at line 757 of file constants_arm.h.

Member Data Documentation

◆ kCpuRegistersForArgs

static constexpr Register dart::DartCallingConvention::kCpuRegistersForArgs = {R1, R2, R3, R8}
staticconstexpr

Definition at line 758 of file constants_arm.h.

758{R1, R2, R3, R8};

◆ kFpuRegistersForArgs

static constexpr FpuRegister dart::DartCallingConvention::kFpuRegistersForArgs = {Q0, Q1, Q2, Q3}
staticconstexpr

Definition at line 759 of file constants_arm.h.

759{Q0, Q1, Q2, Q3};

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