v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::CodeGenerator::JumpTable Class Referencefinal
Inheritance diagram for v8::internal::compiler::CodeGenerator::JumpTable:
Collaboration diagram for v8::internal::compiler::CodeGenerator::JumpTable:

Public Member Functions

 JumpTable (JumpTable *next, const base::Vector< Label * > &targets)
 
Labellabel ()
 
JumpTablenext () const
 
const base::Vector< Label * > & targets () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

Label label_
 
JumpTable *const next_
 
base::Vector< Label * > const targets_
 

Detailed Description

Definition at line 36 of file code-generator.cc.

Constructor & Destructor Documentation

◆ JumpTable()

v8::internal::compiler::CodeGenerator::JumpTable::JumpTable ( JumpTable * next,
const base::Vector< Label * > & targets )
inline

Definition at line 38 of file code-generator.cc.

Member Function Documentation

◆ label()

Label * v8::internal::compiler::CodeGenerator::JumpTable::label ( )
inline

Definition at line 41 of file code-generator.cc.

Here is the caller graph for this function:

◆ next()

JumpTable * v8::internal::compiler::CodeGenerator::JumpTable::next ( ) const
inline

Definition at line 42 of file code-generator.cc.

Here is the caller graph for this function:

◆ targets()

const base::Vector< Label * > & v8::internal::compiler::CodeGenerator::JumpTable::targets ( ) const
inline

Definition at line 43 of file code-generator.cc.

Member Data Documentation

◆ label_

Label v8::internal::compiler::CodeGenerator::JumpTable::label_
private

Definition at line 46 of file code-generator.cc.

◆ next_

JumpTable* const v8::internal::compiler::CodeGenerator::JumpTable::next_
private

Definition at line 47 of file code-generator.cc.

◆ targets_

base::Vector<Label*> const v8::internal::compiler::CodeGenerator::JumpTable::targets_
private

Definition at line 48 of file code-generator.cc.


The documentation for this class was generated from the following file: