Flutter Engine
The Flutter Engine
Static Public Attributes | List of all members
dart::compiler::target::RecordShape Class Reference

#include <runtime_api.h>

Inheritance diagram for dart::compiler::target::RecordShape:
dart::AllStatic

Static Public Attributes

static const word kNumFieldsMask
 
static const word kMaxNumFields
 
static const word kFieldNamesIndexShift
 
static const word kFieldNamesIndexMask
 
static const word kMaxFieldNamesIndex
 

Detailed Description

Definition at line 607 of file runtime_api.h.

Member Data Documentation

◆ kFieldNamesIndexMask

const word dart::compiler::target::RecordShape::kFieldNamesIndexMask
static

Definition at line 612 of file runtime_api.h.

◆ kFieldNamesIndexShift

const word dart::compiler::target::RecordShape::kFieldNamesIndexShift
static

Definition at line 611 of file runtime_api.h.

◆ kMaxFieldNamesIndex

const word dart::compiler::target::RecordShape::kMaxFieldNamesIndex
static

Definition at line 613 of file runtime_api.h.

◆ kMaxNumFields

const word dart::compiler::target::RecordShape::kMaxNumFields
static

Definition at line 610 of file runtime_api.h.

◆ kNumFieldsMask

const word dart::compiler::target::RecordShape::kNumFieldsMask
static

Definition at line 609 of file runtime_api.h.


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