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

Public Member Functions

 Chain (BlockEntryInstr *block)
 
- 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

Linkfirst
 
Linklast
 
intptr_t length
 

Detailed Description

Definition at line 118 of file block_scheduler.cc.

Constructor & Destructor Documentation

◆ Chain()

dart::Chain::Chain ( BlockEntryInstr block)
inlineexplicit

Definition at line 119 of file block_scheduler.cc.

120 : first(new Link(block, nullptr)), last(first), length(1) {}

Member Data Documentation

◆ first

Link* dart::Chain::first

Definition at line 122 of file block_scheduler.cc.

◆ last

Link* dart::Chain::last

Definition at line 123 of file block_scheduler.cc.

◆ length

intptr_t dart::Chain::length

Definition at line 124 of file block_scheduler.cc.


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