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

#include <escape-analysis.h>

Collaboration diagram for v8::internal::compiler::EffectGraphReducer::Reduction:

Public Member Functions

bool value_changed () const
 
void set_value_changed ()
 
bool effect_changed () const
 
void set_effect_changed ()
 

Private Attributes

bool value_changed_ = false
 
bool effect_changed_ = false
 

Detailed Description

Definition at line 31 of file escape-analysis.h.

Member Function Documentation

◆ effect_changed()

bool v8::internal::compiler::EffectGraphReducer::Reduction::effect_changed ( ) const
inline

Definition at line 35 of file escape-analysis.h.

◆ set_effect_changed()

void v8::internal::compiler::EffectGraphReducer::Reduction::set_effect_changed ( )
inline

Definition at line 36 of file escape-analysis.h.

Here is the caller graph for this function:

◆ set_value_changed()

void v8::internal::compiler::EffectGraphReducer::Reduction::set_value_changed ( )
inline

Definition at line 34 of file escape-analysis.h.

Here is the caller graph for this function:

◆ value_changed()

bool v8::internal::compiler::EffectGraphReducer::Reduction::value_changed ( ) const
inline

Definition at line 33 of file escape-analysis.h.

Member Data Documentation

◆ effect_changed_

bool v8::internal::compiler::EffectGraphReducer::Reduction::effect_changed_ = false
private

Definition at line 40 of file escape-analysis.h.

◆ value_changed_

bool v8::internal::compiler::EffectGraphReducer::Reduction::value_changed_ = false
private

Definition at line 39 of file escape-analysis.h.


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