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

Public Member Functions

 ZonePlace (const Place &place)
 
Placeplace ()
 
- 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)
 

Detailed Description

Definition at line 674 of file redundancy_elimination.cc.

Constructor & Destructor Documentation

◆ ZonePlace()

dart::ZonePlace::ZonePlace ( const Place place)
inlineexplicit

Definition at line 676 of file redundancy_elimination.cc.

676: place_(place) {}

Member Function Documentation

◆ place()

Place * dart::ZonePlace::place ( )
inline

Definition at line 678 of file redundancy_elimination.cc.

678{ return &place_; }

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