#include <dispatch_table_generator.h>
|
| TableSelector (int32_t _id, int32_t _call_count, int32_t _offset, bool _called_on_null, bool _torn_off) |
|
bool | IsUsed () const |
|
Definition at line 25 of file dispatch_table_generator.h.
◆ TableSelector()
dart::compiler::TableSelector::TableSelector |
( |
int32_t |
_id, |
|
|
int32_t |
_call_count, |
|
|
int32_t |
_offset, |
|
|
bool |
_called_on_null, |
|
|
bool |
_torn_off |
|
) |
| |
|
inline |
◆ IsUsed()
bool dart::compiler::TableSelector::IsUsed |
( |
| ) |
const |
|
inline |
◆ call_count
int32_t dart::compiler::TableSelector::call_count |
◆ called_on_null
bool dart::compiler::TableSelector::called_on_null |
◆ id
int32_t dart::compiler::TableSelector::id |
◆ offset
int32_t dart::compiler::TableSelector::offset |
◆ on_null_interface
bool dart::compiler::TableSelector::on_null_interface = false |
◆ requires_args_descriptor
bool dart::compiler::TableSelector::requires_args_descriptor = false |
◆ torn_off
bool dart::compiler::TableSelector::torn_off |
The documentation for this struct was generated from the following file: