v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::Operation::IdentityMapper Struct Reference

#include <operations.h>

Collaboration diagram for v8::internal::compiler::turboshaft::Operation::IdentityMapper:

Public Member Functions

OpIndex Map (OpIndex index)
 
OptionalOpIndex Map (OptionalOpIndex index)
 
template<size_t N>
base::SmallVector< OpIndex, NMap (base::Vector< const OpIndex > indices)
 

Detailed Description

Definition at line 935 of file operations.h.

Member Function Documentation

◆ Map() [1/3]

template<size_t N>
base::SmallVector< OpIndex, N > v8::internal::compiler::turboshaft::Operation::IdentityMapper::Map ( base::Vector< const OpIndex > indices)
inline

Definition at line 939 of file operations.h.

◆ Map() [2/3]

OpIndex v8::internal::compiler::turboshaft::Operation::IdentityMapper::Map ( OpIndex index)
inline

Definition at line 936 of file operations.h.

◆ Map() [3/3]

OptionalOpIndex v8::internal::compiler::turboshaft::Operation::IdentityMapper::Map ( OptionalOpIndex index)
inline

Definition at line 937 of file operations.h.


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