Definition at line 36 of file code-generator.cc.
◆ JumpTable()
◆ label()
Label * v8::internal::compiler::CodeGenerator::JumpTable::label |
( |
| ) |
|
|
inline |
◆ next()
JumpTable * v8::internal::compiler::CodeGenerator::JumpTable::next |
( |
| ) |
const |
|
inline |
◆ targets()
const base::Vector< Label * > & v8::internal::compiler::CodeGenerator::JumpTable::targets |
( |
| ) |
const |
|
inline |
◆ label_
Label v8::internal::compiler::CodeGenerator::JumpTable::label_ |
|
private |
◆ next_
JumpTable* const v8::internal::compiler::CodeGenerator::JumpTable::next_ |
|
private |
◆ targets_
base::Vector<Label*> const v8::internal::compiler::CodeGenerator::JumpTable::targets_ |
|
private |
The documentation for this class was generated from the following file: