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

#include <runtime_api.h>

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

Public Member Functions

 FINAL_CLASS ()
 

Static Public Member Functions

static word frame_capacity_offset ()
 
static word frame_size_offset ()
 
static word pc_offset ()
 
static word function_data_offset ()
 
static word then_callback_offset ()
 
static word error_callback_offset ()
 
static word payload_offset ()
 
static word HeaderSize ()
 
static word InstanceSize ()
 
static word InstanceSize (word payload_size)
 
static word FrameSizeGrowthGap ()
 

Detailed Description

Definition at line 1019 of file runtime_api.h.

Member Function Documentation

◆ error_callback_offset()

static word dart::compiler::target::SuspendState::error_callback_offset ( )
static

◆ FINAL_CLASS()

dart::compiler::target::SuspendState::FINAL_CLASS ( )

◆ frame_capacity_offset()

static word dart::compiler::target::SuspendState::frame_capacity_offset ( )
static

◆ frame_size_offset()

static word dart::compiler::target::SuspendState::frame_size_offset ( )
static

◆ FrameSizeGrowthGap()

static word dart::compiler::target::SuspendState::FrameSizeGrowthGap ( )
static

◆ function_data_offset()

static word dart::compiler::target::SuspendState::function_data_offset ( )
static

◆ HeaderSize()

static word dart::compiler::target::SuspendState::HeaderSize ( )
static

◆ InstanceSize() [1/2]

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

◆ InstanceSize() [2/2]

static word dart::compiler::target::SuspendState::InstanceSize ( word  payload_size)
static

◆ payload_offset()

static word dart::compiler::target::SuspendState::payload_offset ( )
static

◆ pc_offset()

static word dart::compiler::target::SuspendState::pc_offset ( )
static

◆ then_callback_offset()

static word dart::compiler::target::SuspendState::then_callback_offset ( )
static

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