v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::FixedBlockSidetable< T > Class Template Reference

#include <sidetable.h>

Inheritance diagram for v8::internal::compiler::turboshaft::FixedBlockSidetable< T >:
Collaboration diagram for v8::internal::compiler::turboshaft::FixedBlockSidetable< T >:

Public Member Functions

 FixedBlockSidetable (size_t size, Zone *zone)
 
 FixedBlockSidetable (size_t size, const T &initial_value, Zone *zone)
 
- Public Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, BlockIndex >
Toperator[] (BlockIndex op)
 
const Toperator[] (BlockIndex op) const
 

Private Types

using Base = detail::FixedSidetable<T, BlockIndex>
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, BlockIndex >
 FixedSidetable (size_t size, Zone *zone)
 
 FixedSidetable (size_t size, const T &default_value, Zone *zone)
 
- Protected Attributes inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, BlockIndex >
ZoneVector< Ttable_
 

Detailed Description

template<typename T>
class v8::internal::compiler::turboshaft::FixedBlockSidetable< T >

Definition at line 121 of file sidetable.h.

Member Typedef Documentation

◆ Base

Definition at line 122 of file sidetable.h.

Constructor & Destructor Documentation

◆ FixedBlockSidetable() [1/2]

template<typename T >
v8::internal::compiler::turboshaft::FixedBlockSidetable< T >::FixedBlockSidetable ( size_t size,
Zone * zone )
inlineexplicit

Definition at line 125 of file sidetable.h.

◆ FixedBlockSidetable() [2/2]

template<typename T >
v8::internal::compiler::turboshaft::FixedBlockSidetable< T >::FixedBlockSidetable ( size_t size,
const T & initial_value,
Zone * zone )
inline

Definition at line 127 of file sidetable.h.


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