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

#include <sidetable.h>

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

Public Member Functions

 FixedOpIndexSidetable (size_t size, Zone *zone, const Graph *graph)
 
 FixedOpIndexSidetable (size_t size, const T &default_value, Zone *zone, const Graph *graph)
 
Toperator[] (OpIndex index)
 
const Toperator[] (OpIndex index) const
 
void SwapData (FixedOpIndexSidetable< T > &other)
 
- Public Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, OpIndex >
Toperator[] (OpIndex op)
 
const Toperator[] (OpIndex op) const
 

Private Types

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

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::turboshaft::detail::FixedSidetable< T, OpIndex >
 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, OpIndex >
ZoneVector< Ttable_
 

Detailed Description

template<class T>
class v8::internal::compiler::turboshaft::FixedOpIndexSidetable< T >

Definition at line 178 of file sidetable.h.

Member Typedef Documentation

◆ Base

Definition at line 179 of file sidetable.h.

Constructor & Destructor Documentation

◆ FixedOpIndexSidetable() [1/2]

template<class T >
v8::internal::compiler::turboshaft::FixedOpIndexSidetable< T >::FixedOpIndexSidetable ( size_t size,
Zone * zone,
const Graph * graph )
inline

Definition at line 182 of file sidetable.h.

◆ FixedOpIndexSidetable() [2/2]

template<class T >
v8::internal::compiler::turboshaft::FixedOpIndexSidetable< T >::FixedOpIndexSidetable ( size_t size,
const T & default_value,
Zone * zone,
const Graph * graph )
inline

Definition at line 190 of file sidetable.h.

Member Function Documentation

◆ operator[]() [1/2]

template<class T >
T & v8::internal::compiler::turboshaft::FixedOpIndexSidetable< T >::operator[] ( OpIndex index)
inline

Definition at line 200 of file sidetable.h.

Here is the call graph for this function:

◆ operator[]() [2/2]

template<class T >
const T & v8::internal::compiler::turboshaft::FixedOpIndexSidetable< T >::operator[] ( OpIndex index) const
inline

Definition at line 205 of file sidetable.h.

Here is the call graph for this function:

◆ SwapData()

template<class T >
void v8::internal::compiler::turboshaft::FixedOpIndexSidetable< T >::SwapData ( FixedOpIndexSidetable< T > & other)
inline

Definition at line 210 of file sidetable.h.


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