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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::ElementsTransition:

Public Types

enum  Mode : uint8_t { kFastTransition , kSlowTransition }
 

Public Member Functions

 ElementsTransition (Mode mode, MapRef source, MapRef target)
 
Mode mode () const
 
MapRef source () const
 
MapRef target () const
 

Private Attributes

Mode const mode_
 
MapRef const source_
 
MapRef const target_
 

Detailed Description

Definition at line 523 of file simplified-operator.h.

Member Enumeration Documentation

◆ Mode

Enumerator
kFastTransition 
kSlowTransition 

Definition at line 525 of file simplified-operator.h.

Constructor & Destructor Documentation

◆ ElementsTransition()

v8::internal::compiler::ElementsTransition::ElementsTransition ( Mode mode,
MapRef source,
MapRef target )
inline

Definition at line 530 of file simplified-operator.h.

Member Function Documentation

◆ mode()

Mode v8::internal::compiler::ElementsTransition::mode ( ) const
inline

Definition at line 533 of file simplified-operator.h.

Here is the caller graph for this function:

◆ source()

MapRef v8::internal::compiler::ElementsTransition::source ( ) const
inline

Definition at line 534 of file simplified-operator.h.

Here is the caller graph for this function:

◆ target()

MapRef v8::internal::compiler::ElementsTransition::target ( ) const
inline

Definition at line 535 of file simplified-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ mode_

Mode const v8::internal::compiler::ElementsTransition::mode_
private

Definition at line 538 of file simplified-operator.h.

◆ source_

MapRef const v8::internal::compiler::ElementsTransition::source_
private

Definition at line 539 of file simplified-operator.h.

◆ target_

MapRef const v8::internal::compiler::ElementsTransition::target_
private

Definition at line 540 of file simplified-operator.h.


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