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

#include <constants_ia32.h>

Static Public Attributes

static constexpr Register kDstNameReg = EBX
 
static constexpr Register kSubtypeTestReg = ECX
 
static constexpr intptr_t kInstanceSlotFromFp = 2 + 3
 
static constexpr intptr_t kDstTypeSlotFromFp = 2 + 2
 
static constexpr intptr_t kInstantiatorTAVSlotFromFp = 2 + 1
 
static constexpr intptr_t kFunctionTAVSlotFromFp = 2 + 0
 

Detailed Description

Definition at line 167 of file constants_ia32.h.

Member Data Documentation

◆ kDstNameReg

constexpr Register dart::AssertAssignableStubABI::kDstNameReg = EBX
staticconstexpr

Definition at line 168 of file constants_ia32.h.

◆ kDstTypeSlotFromFp

constexpr intptr_t dart::AssertAssignableStubABI::kDstTypeSlotFromFp = 2 + 2
staticconstexpr

Definition at line 172 of file constants_ia32.h.

◆ kFunctionTAVSlotFromFp

constexpr intptr_t dart::AssertAssignableStubABI::kFunctionTAVSlotFromFp = 2 + 0
staticconstexpr

Definition at line 174 of file constants_ia32.h.

◆ kInstanceSlotFromFp

constexpr intptr_t dart::AssertAssignableStubABI::kInstanceSlotFromFp = 2 + 3
staticconstexpr

Definition at line 171 of file constants_ia32.h.

◆ kInstantiatorTAVSlotFromFp

constexpr intptr_t dart::AssertAssignableStubABI::kInstantiatorTAVSlotFromFp = 2 + 1
staticconstexpr

Definition at line 173 of file constants_ia32.h.

◆ kSubtypeTestReg

constexpr Register dart::AssertAssignableStubABI::kSubtypeTestReg = ECX
staticconstexpr

Definition at line 169 of file constants_ia32.h.


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