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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::CheckMapsParameters:

Public Member Functions

 CheckMapsParameters (CheckMapsFlags flags, ZoneRefSet< Map > const &maps, const FeedbackSource &feedback)
 
CheckMapsFlags flags () const
 
ZoneRefSet< Map > const & maps () const
 
FeedbackSource const & feedback () const
 

Private Attributes

CheckMapsFlags const flags_
 
ZoneRefSet< Map > const maps_
 
FeedbackSource const feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CheckMapsParameters()

v8::internal::compiler::CheckMapsParameters::CheckMapsParameters ( CheckMapsFlags flags,
ZoneRefSet< Map > const & maps,
const FeedbackSource & feedback )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ flags()

CheckMapsFlags v8::internal::compiler::CheckMapsParameters::flags ( ) const
inline

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

Here is the caller graph for this function:

◆ maps()

ZoneRefSet< Map > const & v8::internal::compiler::CheckMapsParameters::maps ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource const v8::internal::compiler::CheckMapsParameters::feedback_
private

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

◆ flags_

CheckMapsFlags const v8::internal::compiler::CheckMapsParameters::flags_
private

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

◆ maps_

ZoneRefSet<Map> const v8::internal::compiler::CheckMapsParameters::maps_
private

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


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