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

#include <common-operator.h>

Collaboration diagram for v8::internal::compiler::TypedStateValueInfo:

Public Member Functions

 TypedStateValueInfo (ZoneVector< MachineType > const *machine_types, SparseInputMask sparse_input_mask)
 
ZoneVector< MachineType > const * machine_types () const
 
SparseInputMask sparse_input_mask () const
 

Private Attributes

ZoneVector< MachineType > const * machine_types_
 
SparseInputMask sparse_input_mask_
 

Detailed Description

Definition at line 374 of file common-operator.h.

Constructor & Destructor Documentation

◆ TypedStateValueInfo()

v8::internal::compiler::TypedStateValueInfo::TypedStateValueInfo ( ZoneVector< MachineType > const * machine_types,
SparseInputMask sparse_input_mask )
inline

Definition at line 376 of file common-operator.h.

Member Function Documentation

◆ machine_types()

ZoneVector< MachineType > const * v8::internal::compiler::TypedStateValueInfo::machine_types ( ) const
inline

Definition at line 380 of file common-operator.h.

Here is the caller graph for this function:

◆ sparse_input_mask()

SparseInputMask v8::internal::compiler::TypedStateValueInfo::sparse_input_mask ( ) const
inline

Definition at line 383 of file common-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ machine_types_

ZoneVector<MachineType> const* v8::internal::compiler::TypedStateValueInfo::machine_types_
private

Definition at line 386 of file common-operator.h.

◆ sparse_input_mask_

SparseInputMask v8::internal::compiler::TypedStateValueInfo::sparse_input_mask_
private

Definition at line 387 of file common-operator.h.


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