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

#include <runtime_api.h>

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

Static Public Member Functions

static word tags_offset ()
 
static word InstanceSize ()
 

Detailed Description

Definition at line 458 of file runtime_api.h.

Member Function Documentation

◆ InstanceSize()

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

◆ tags_offset()

word dart::compiler::target::Object::tags_offset ( )
static

Definition at line 371 of file runtime_api.cc.

371 {
372 return 0;
373}

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