Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Static Public Member Functions | List of all members
dart::compiler::target::ObjectStore Class Reference

#include <runtime_api.h>

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

Static Public Member Functions

static word double_type_offset ()
 
static word int_type_offset ()
 
static word record_field_names_offset ()
 
static word string_type_offset ()
 
static word type_type_offset ()
 
static word ffi_callback_code_offset ()
 
static word suspend_state_await_offset ()
 
static word suspend_state_await_with_type_check_offset ()
 
static word suspend_state_handle_exception_offset ()
 
static word suspend_state_init_async_offset ()
 
static word suspend_state_init_async_star_offset ()
 
static word suspend_state_init_sync_star_offset ()
 
static word suspend_state_return_async_offset ()
 
static word suspend_state_return_async_not_future_offset ()
 
static word suspend_state_return_async_star_offset ()
 
static word suspend_state_suspend_sync_star_at_start_offset ()
 
static word suspend_state_yield_async_star_offset ()
 

Detailed Description

Definition at line 1307 of file runtime_api.h.

Member Function Documentation

◆ double_type_offset()

static word dart::compiler::target::ObjectStore::double_type_offset ( )
static

◆ ffi_callback_code_offset()

static word dart::compiler::target::ObjectStore::ffi_callback_code_offset ( )
static

◆ int_type_offset()

static word dart::compiler::target::ObjectStore::int_type_offset ( )
static

◆ record_field_names_offset()

static word dart::compiler::target::ObjectStore::record_field_names_offset ( )
static

◆ string_type_offset()

static word dart::compiler::target::ObjectStore::string_type_offset ( )
static

◆ suspend_state_await_offset()

static word dart::compiler::target::ObjectStore::suspend_state_await_offset ( )
static

◆ suspend_state_await_with_type_check_offset()

static word dart::compiler::target::ObjectStore::suspend_state_await_with_type_check_offset ( )
static

◆ suspend_state_handle_exception_offset()

static word dart::compiler::target::ObjectStore::suspend_state_handle_exception_offset ( )
static

◆ suspend_state_init_async_offset()

static word dart::compiler::target::ObjectStore::suspend_state_init_async_offset ( )
static

◆ suspend_state_init_async_star_offset()

static word dart::compiler::target::ObjectStore::suspend_state_init_async_star_offset ( )
static

◆ suspend_state_init_sync_star_offset()

static word dart::compiler::target::ObjectStore::suspend_state_init_sync_star_offset ( )
static

◆ suspend_state_return_async_not_future_offset()

static word dart::compiler::target::ObjectStore::suspend_state_return_async_not_future_offset ( )
static

◆ suspend_state_return_async_offset()

static word dart::compiler::target::ObjectStore::suspend_state_return_async_offset ( )
static

◆ suspend_state_return_async_star_offset()

static word dart::compiler::target::ObjectStore::suspend_state_return_async_star_offset ( )
static

◆ suspend_state_suspend_sync_star_at_start_offset()

static word dart::compiler::target::ObjectStore::suspend_state_suspend_sync_star_at_start_offset ( )
static

◆ suspend_state_yield_async_star_offset()

static word dart::compiler::target::ObjectStore::suspend_state_yield_async_star_offset ( )
static

◆ type_type_offset()

static word dart::compiler::target::ObjectStore::type_type_offset ( )
static

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