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

#include <maglev-ir.h>

Inheritance diagram for v8::internal::maglev::EagerDeoptInfo:
Collaboration diagram for v8::internal::maglev::EagerDeoptInfo:

Public Member Functions

 EagerDeoptInfo (Zone *zone, const DeoptFrame top_frame, compiler::FeedbackSource feedback_to_update)
 
DeoptimizeReason reason () const
 
void set_reason (DeoptimizeReason reason)
 
template<typename Function >
void ForEachInput (Function &&f)
 
template<typename Function >
void ForEachInput (Function &&f) const
 
- Public Member Functions inherited from v8::internal::maglev::DeoptInfo
DeoptFrametop_frame ()
 
const DeoptFrametop_frame () const
 
const compiler::FeedbackSourcefeedback_to_update () const
 
bool has_input_locations () const
 
InputLocationinput_locations () const
 
void InitializeInputLocations (Zone *zone, size_t count)
 
Labeldeopt_entry_label ()
 
int translation_index () const
 
void set_translation_index (int index)
 

Private Attributes

DeoptimizeReason reason_ = DeoptimizeReason::kUnknown
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::maglev::DeoptInfo
 DeoptInfo (Zone *zone, const DeoptFrame top_frame, compiler::FeedbackSource feedback_to_update)
 

Detailed Description

Definition at line 1669 of file maglev-ir.h.

Constructor & Destructor Documentation

◆ EagerDeoptInfo()

v8::internal::maglev::EagerDeoptInfo::EagerDeoptInfo ( Zone * zone,
const DeoptFrame top_frame,
compiler::FeedbackSource feedback_to_update )
inline

Definition at line 1671 of file maglev-ir.h.

Member Function Documentation

◆ ForEachInput() [1/2]

template<typename Function >
void v8::internal::maglev::EagerDeoptInfo::ForEachInput ( Function && f)

Definition at line 113 of file maglev-deopt-frame-visitor.h.

Here is the caller graph for this function:

◆ ForEachInput() [2/2]

template<typename Function >
void v8::internal::maglev::EagerDeoptInfo::ForEachInput ( Function && f) const

Definition at line 118 of file maglev-deopt-frame-visitor.h.

◆ reason()

DeoptimizeReason v8::internal::maglev::EagerDeoptInfo::reason ( ) const
inline

Definition at line 1675 of file maglev-ir.h.

Here is the caller graph for this function:

◆ set_reason()

void v8::internal::maglev::EagerDeoptInfo::set_reason ( DeoptimizeReason reason)
inline

Definition at line 1676 of file maglev-ir.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ reason_

DeoptimizeReason v8::internal::maglev::EagerDeoptInfo::reason_ = DeoptimizeReason::kUnknown
private

Definition at line 1684 of file maglev-ir.h.


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