#include <kernel_to_il.h>
Definition at line 960 of file kernel_to_il.h.
◆ Branch()
static SwitchRange dart::kernel::SwitchRange::Branch |
( |
intptr_t |
min, |
|
|
intptr_t |
max, |
|
|
Fragment |
branch_instructions |
|
) |
| |
|
inlinestatic |
Definition at line 968 of file kernel_to_il.h.
970 {
972 false);
973 }
Fragment branch_instructions() const
◆ branch_instructions()
Fragment dart::kernel::SwitchRange::branch_instructions |
( |
| ) |
const |
|
inline |
◆ is_bounds_checked()
bool dart::kernel::SwitchRange::is_bounds_checked |
( |
| ) |
const |
|
inline |
◆ is_leaf()
bool dart::kernel::SwitchRange::is_leaf |
( |
| ) |
const |
|
inline |
◆ Leaf()
static SwitchRange dart::kernel::SwitchRange::Leaf |
( |
intptr_t |
index, |
|
|
Fragment |
branch_instructions, |
|
|
bool |
is_bounds_checked = false |
|
) |
| |
|
inlinestatic |
Definition at line 962 of file kernel_to_il.h.
964 {
966 }
bool is_bounds_checked() const
◆ max()
intptr_t dart::kernel::SwitchRange::max |
( |
| ) |
const |
|
inline |
◆ min()
intptr_t dart::kernel::SwitchRange::min |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: