Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dart::Link Struct Reference
Inheritance diagram for dart::Link:
dart::ZoneAllocated

Public Member Functions

 Link (BlockEntryInstr *block, Link *next)
 
- Public Member Functions inherited from dart::ZoneAllocated
 ZoneAllocated ()
 
void * operator new (size_t size)
 
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *pointer)
 

Public Attributes

BlockEntryInstrblock
 
Linknext
 

Detailed Description

Definition at line 109 of file block_scheduler.cc.

Constructor & Destructor Documentation

◆ Link()

dart::Link::Link ( BlockEntryInstr block,
Link next 
)
inline

Definition at line 110 of file block_scheduler.cc.

110: block(block), next(next) {}

Member Data Documentation

◆ block

BlockEntryInstr* dart::Link::block

Definition at line 112 of file block_scheduler.cc.

◆ next

Link* dart::Link::next

Definition at line 113 of file block_scheduler.cc.


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