#include <bytecode-jump-table.h>
Definition at line 20 of file bytecode-jump-table.h.
◆ BytecodeJumpTable()
v8::internal::interpreter::BytecodeJumpTable::BytecodeJumpTable |
( |
size_t | constant_pool_index, |
|
|
int | size, |
|
|
int | case_value_base, |
|
|
Zone * | zone ) |
|
inline |
◆ case_value_base()
int v8::internal::interpreter::BytecodeJumpTable::case_value_base |
( |
| ) |
const |
|
inline |
◆ constant_pool_index()
size_t v8::internal::interpreter::BytecodeJumpTable::constant_pool_index |
( |
| ) |
const |
|
inline |
◆ ConstantPoolEntryFor()
size_t v8::internal::interpreter::BytecodeJumpTable::ConstantPoolEntryFor |
( |
int | case_value | ) |
|
|
inline |
◆ mark_bound()
void v8::internal::interpreter::BytecodeJumpTable::mark_bound |
( |
int | case_value | ) |
|
|
inlineprivate |
◆ set_switch_bytecode_offset()
void v8::internal::interpreter::BytecodeJumpTable::set_switch_bytecode_offset |
( |
size_t | offset | ) |
|
|
inlineprivate |
◆ size()
int v8::internal::interpreter::BytecodeJumpTable::size |
( |
| ) |
const |
|
inline |
◆ switch_bytecode_offset()
size_t v8::internal::interpreter::BytecodeJumpTable::switch_bytecode_offset |
( |
| ) |
const |
|
inline |
◆ BytecodeArrayWriter
◆ case_value_base_
int v8::internal::interpreter::BytecodeJumpTable::case_value_base_ |
|
private |
◆ constant_pool_index_
size_t v8::internal::interpreter::BytecodeJumpTable::constant_pool_index_ |
|
private |
◆ kInvalidIndex
const size_t v8::internal::interpreter::BytecodeJumpTable::kInvalidIndex = static_cast<size_t>(-1) |
|
staticprivate |
◆ kInvalidOffset
const size_t v8::internal::interpreter::BytecodeJumpTable::kInvalidOffset = static_cast<size_t>(-1) |
|
staticprivate |
◆ size_
int v8::internal::interpreter::BytecodeJumpTable::size_ |
|
private |
◆ switch_bytecode_offset_
size_t v8::internal::interpreter::BytecodeJumpTable::switch_bytecode_offset_ |
|
private |
The documentation for this class was generated from the following file: