Flutter Engine
The Flutter Engine
Static Public Member Functions | List of all members
dart::compiler::target::LinkedHashBase Class Reference

#include <runtime_api.h>

Inheritance diagram for dart::compiler::target::LinkedHashBase:
dart::AllStatic dart::compiler::target::ImmutableLinkedHashBase dart::compiler::target::Map dart::compiler::target::Set

Static Public Member Functions

static word index_offset ()
 
static word data_offset ()
 
static word hash_mask_offset ()
 
static word used_data_offset ()
 
static word deleted_keys_offset ()
 
static word type_arguments_offset ()
 
static word InstanceSize ()
 

Detailed Description

Definition at line 663 of file runtime_api.h.

Member Function Documentation

◆ data_offset()

static word dart::compiler::target::LinkedHashBase::data_offset ( )
static

◆ deleted_keys_offset()

static word dart::compiler::target::LinkedHashBase::deleted_keys_offset ( )
static

◆ hash_mask_offset()

static word dart::compiler::target::LinkedHashBase::hash_mask_offset ( )
static

◆ index_offset()

static word dart::compiler::target::LinkedHashBase::index_offset ( )
static

◆ InstanceSize()

static word dart::compiler::target::LinkedHashBase::InstanceSize ( )
static

◆ type_arguments_offset()

static word dart::compiler::target::LinkedHashBase::type_arguments_offset ( )
static

◆ used_data_offset()

static word dart::compiler::target::LinkedHashBase::used_data_offset ( )
static

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