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

#include <runtime_api.h>

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

Public Member Functions

 FINAL_CLASS ()
 

Static Public Member Functions

static word OffsetOf (const dart::Field &field)
 
static word guarded_cid_offset ()
 
static word guarded_list_length_in_object_offset_offset ()
 
static word guarded_list_length_offset ()
 
static word is_nullable_offset ()
 
static word kind_bits_offset ()
 
static word initializer_function_offset ()
 
static word host_offset_or_field_id_offset ()
 
static word InstanceSize ()
 

Detailed Description

Definition at line 1536 of file runtime_api.h.

Member Function Documentation

◆ FINAL_CLASS()

dart::compiler::target::Field::FINAL_CLASS ( )

◆ guarded_cid_offset()

static word dart::compiler::target::Field::guarded_cid_offset ( )
static

◆ guarded_list_length_in_object_offset_offset()

static word dart::compiler::target::Field::guarded_list_length_in_object_offset_offset ( )
static

◆ guarded_list_length_offset()

static word dart::compiler::target::Field::guarded_list_length_offset ( )
static

◆ host_offset_or_field_id_offset()

static word dart::compiler::target::Field::host_offset_or_field_id_offset ( )
static

◆ initializer_function_offset()

static word dart::compiler::target::Field::initializer_function_offset ( )
static

◆ InstanceSize()

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

◆ is_nullable_offset()

static word dart::compiler::target::Field::is_nullable_offset ( )
static

◆ kind_bits_offset()

static word dart::compiler::target::Field::kind_bits_offset ( )
static

◆ OffsetOf()

word dart::compiler::target::Field::OffsetOf ( const dart::Field field)
static

Definition at line 1029 of file runtime_api.cc.

1029 {
1030 return field.TargetOffset();
1031}
intptr_t TargetOffset() const
Definition: object.h:13246

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