Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::compiler::DispatchTableGenerator Class Reference

#include <dispatch_table_generator.h>

Public Member Functions

 DispatchTableGenerator (Zone *zone)
 
SelectorMapselector_map ()
 
void Initialize (ClassTable *table)
 
ArrayPtr BuildCodeArray ()
 

Detailed Description

Definition at line 89 of file dispatch_table_generator.h.

Constructor & Destructor Documentation

◆ DispatchTableGenerator()

dart::compiler::DispatchTableGenerator::DispatchTableGenerator ( Zone zone)
explicit

Member Function Documentation

◆ BuildCodeArray()

ArrayPtr dart::compiler::DispatchTableGenerator::BuildCodeArray ( )

◆ Initialize()

void dart::compiler::DispatchTableGenerator::Initialize ( ClassTable table)

◆ selector_map()

SelectorMap * dart::compiler::DispatchTableGenerator::selector_map ( )
inline

Definition at line 93 of file dispatch_table_generator.h.

93{ return &selector_map_; }

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