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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::GrowFastElementsParameters:

Public Member Functions

 GrowFastElementsParameters (GrowFastElementsMode mode, const FeedbackSource &feedback)
 
GrowFastElementsMode mode () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

GrowFastElementsMode mode_
 
FeedbackSource feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ GrowFastElementsParameters()

v8::internal::compiler::GrowFastElementsParameters::GrowFastElementsParameters ( GrowFastElementsMode mode,
const FeedbackSource & feedback )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ mode()

GrowFastElementsMode v8::internal::compiler::GrowFastElementsParameters::mode ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::GrowFastElementsParameters::feedback_
private

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

◆ mode_

GrowFastElementsMode v8::internal::compiler::GrowFastElementsParameters::mode_
private

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


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