Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
dart::ForwardingCorpse::FakeInstance Class Reference

#include <become.h>

Public Member Functions

 FakeInstance ()
 

Static Public Member Functions

static cpp_vtable vtable ()
 
static intptr_t InstanceSize ()
 
static intptr_t NextFieldOffset ()
 
static bool IsInstance ()
 

Static Public Attributes

static const ClassId kClassId = kForwardingCorpse
 

Detailed Description

Definition at line 42 of file become.h.

Constructor & Destructor Documentation

◆ FakeInstance()

dart::ForwardingCorpse::FakeInstance::FakeInstance ( )
inline

Definition at line 44 of file become.h.

44{}

Member Function Documentation

◆ InstanceSize()

static intptr_t dart::ForwardingCorpse::FakeInstance::InstanceSize ( )
inlinestatic

Definition at line 46 of file become.h.

46{ return 0; }

◆ IsInstance()

static bool dart::ForwardingCorpse::FakeInstance::IsInstance ( )
inlinestatic

Definition at line 49 of file become.h.

49{ return true; }

◆ NextFieldOffset()

static intptr_t dart::ForwardingCorpse::FakeInstance::NextFieldOffset ( )
inlinestatic

Definition at line 47 of file become.h.

47{ return -kWordSize; }
constexpr intptr_t kWordSize
Definition globals.h:509

◆ vtable()

static cpp_vtable dart::ForwardingCorpse::FakeInstance::vtable ( )
inlinestatic

Definition at line 45 of file become.h.

45{ return 0; }

Member Data Documentation

◆ kClassId

const ClassId dart::ForwardingCorpse::FakeInstance::kClassId = kForwardingCorpse
static

Definition at line 48 of file become.h.


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