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

#include <runtime_api.h>

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

Public Member Functions

 FINAL_CLASS ()
 

Static Public Member Functions

static word object_pool_offset ()
 
static word entry_point_offset (CodeEntryKind kind=CodeEntryKind::kNormal)
 
static word active_instructions_offset ()
 
static word instructions_offset ()
 
static word owner_offset ()
 
static word HeaderSize ()
 
static word InstanceSize ()
 
static word InstanceSize (intptr_t length)
 

Detailed Description

Definition at line 1392 of file runtime_api.h.

Member Function Documentation

◆ active_instructions_offset()

static word dart::compiler::target::Code::active_instructions_offset ( )
static

◆ entry_point_offset()

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

◆ FINAL_CLASS()

dart::compiler::target::Code::FINAL_CLASS ( )

◆ HeaderSize()

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

◆ InstanceSize() [1/2]

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

◆ InstanceSize() [2/2]

static word dart::compiler::target::Code::InstanceSize ( intptr_t  length)
static

◆ instructions_offset()

static word dart::compiler::target::Code::instructions_offset ( )
static

◆ object_pool_offset()

static word dart::compiler::target::Code::object_pool_offset ( )
static

◆ owner_offset()

static word dart::compiler::target::Code::owner_offset ( )
static

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