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

#include <runtime_api.h>

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

Public Member Functions

 FINAL_CLASS ()
 

Static Public Member Functions

static word code_offset ()
 
static word data_offset ()
 
static word entry_point_offset (CodeEntryKind kind=CodeEntryKind::kNormal)
 
static word kind_tag_offset ()
 
static word signature_offset ()
 
static word usage_counter_offset ()
 
static word InstanceSize ()
 

Detailed Description

Definition at line 526 of file runtime_api.h.

Member Function Documentation

◆ code_offset()

static word dart::compiler::target::Function::code_offset ( )
static

◆ data_offset()

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

◆ entry_point_offset()

static word dart::compiler::target::Function::entry_point_offset ( CodeEntryKind  kind = CodeEntryKind::kNormal)
static

◆ FINAL_CLASS()

dart::compiler::target::Function::FINAL_CLASS ( )

◆ InstanceSize()

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

◆ kind_tag_offset()

static word dart::compiler::target::Function::kind_tag_offset ( )
static

◆ signature_offset()

static word dart::compiler::target::Function::signature_offset ( )
static

◆ usage_counter_offset()

static word dart::compiler::target::Function::usage_counter_offset ( )
static

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