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

#include <runtime_api.h>

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

Static Public Member Functions

static word OffsetOf (const dart::Field &field)
 

Detailed Description

Definition at line 1594 of file runtime_api.h.

Member Function Documentation

◆ OffsetOf()

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

Definition at line 1033 of file runtime_api.cc.

1033 {
1036}
static intptr_t FieldOffsetFor(intptr_t field_id)
Definition: field_table.cc:51
intptr_t field_id() const
Definition: object.h:13284
static word TranslateOffsetInWords(word offset)
Definition: runtime_api.cc:445

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