#include <instruction-selector-impl.h>
Definition at line 30 of file instruction-selector-impl.h.
◆ CaseInfo
◆ SwitchInfoT()
◆ case_count()
size_t v8::internal::compiler::SwitchInfoT::case_count |
( |
| ) |
const |
|
inline |
◆ CasesSortedByValue()
std::vector< CaseInfo > v8::internal::compiler::SwitchInfoT::CasesSortedByValue |
( |
| ) |
const |
|
inline |
◆ CasesUnsorted()
const ZoneVector< CaseInfo > & v8::internal::compiler::SwitchInfoT::CasesUnsorted |
( |
| ) |
const |
|
inline |
◆ default_branch()
◆ max_value()
int32_t v8::internal::compiler::SwitchInfoT::max_value |
( |
| ) |
const |
|
inline |
◆ min_value()
int32_t v8::internal::compiler::SwitchInfoT::min_value |
( |
| ) |
const |
|
inline |
◆ value_range()
size_t v8::internal::compiler::SwitchInfoT::value_range |
( |
| ) |
const |
|
inline |
◆ cases_
◆ default_branch_
◆ max_value_
int32_t v8::internal::compiler::SwitchInfoT::max_value_ |
|
private |
◆ min_value_
int32_t v8::internal::compiler::SwitchInfoT::min_value_ |
|
private |
◆ value_range_
size_t v8::internal::compiler::SwitchInfoT::value_range_ |
|
private |
The documentation for this class was generated from the following file: