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

#include <dispatch_table_generator.h>

Public Member Functions

 SelectorMap (Zone *zone)
 
const TableSelectorGetSelector (const Function &interface_target) const
 
const TableSelectorGetSelector (int32_t sid) const
 

Friends

class dart::Precompiler
 
class dart::PrecompilerTracer
 
class DispatchTableGenerator
 
class SelectorRow
 

Detailed Description

Definition at line 56 of file dispatch_table_generator.h.

Constructor & Destructor Documentation

◆ SelectorMap()

dart::compiler::SelectorMap::SelectorMap ( Zone zone)
inlineexplicit

Definition at line 58 of file dispatch_table_generator.h.

58: zone_(zone) {}

Member Function Documentation

◆ GetSelector() [1/2]

const TableSelector * dart::compiler::SelectorMap::GetSelector ( const Function interface_target) const

◆ GetSelector() [2/2]

const TableSelector * dart::compiler::SelectorMap::GetSelector ( int32_t  sid) const

Friends And Related Symbol Documentation

◆ dart::Precompiler

friend class dart::Precompiler
friend

Definition at line 80 of file dispatch_table_generator.h.

◆ dart::PrecompilerTracer

friend class dart::PrecompilerTracer
friend

Definition at line 81 of file dispatch_table_generator.h.

◆ DispatchTableGenerator

friend class DispatchTableGenerator
friend

Definition at line 82 of file dispatch_table_generator.h.

◆ SelectorRow

friend class SelectorRow
friend

Definition at line 83 of file dispatch_table_generator.h.


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