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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::ElementsTransitionWithMultipleSources:

Public Member Functions

 ElementsTransitionWithMultipleSources (ZoneRefSet< Map > sources, MapRef target, const FeedbackSource &feedback=FeedbackSource())
 
const ZoneRefSet< Map > & sources () const
 
MapRef target () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

ZoneRefSet< Mapsources_
 
const MapRef target_
 
FeedbackSource feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ElementsTransitionWithMultipleSources()

v8::internal::compiler::ElementsTransitionWithMultipleSources::ElementsTransitionWithMultipleSources ( ZoneRefSet< Map > sources,
MapRef target,
const FeedbackSource & feedback = FeedbackSource() )
inline

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

Member Function Documentation

◆ feedback()

const FeedbackSource & v8::internal::compiler::ElementsTransitionWithMultipleSources::feedback ( ) const
inline

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

◆ sources()

const ZoneRefSet< Map > & v8::internal::compiler::ElementsTransitionWithMultipleSources::sources ( ) const
inline

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

Here is the caller graph for this function:

◆ target()

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

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::ElementsTransitionWithMultipleSources::feedback_
private

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

◆ sources_

ZoneRefSet<Map> v8::internal::compiler::ElementsTransitionWithMultipleSources::sources_
private

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

◆ target_

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

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


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