#include <escape-analysis.h>
Definition at line 29 of file escape-analysis.h.
◆ State
Enumerator |
---|
kUnvisited | |
kRevisit | |
kOnStack | |
kVisited | |
Definition at line 71 of file escape-analysis.h.
◆ EffectGraphReducer()
◆ AddRoot()
void v8::internal::compiler::EffectGraphReducer::AddRoot |
( |
Node * | node | ) |
|
|
inline |
◆ Complete()
bool v8::internal::compiler::EffectGraphReducer::Complete |
( |
| ) |
|
|
inline |
◆ ReduceFrom()
void v8::internal::compiler::EffectGraphReducer::ReduceFrom |
( |
Node * | node | ) |
|
|
private |
◆ ReduceGraph()
void v8::internal::compiler::EffectGraphReducer::ReduceGraph |
( |
| ) |
|
|
inline |
◆ Revisit()
void v8::internal::compiler::EffectGraphReducer::Revisit |
( |
Node * | node | ) |
|
◆ tick_counter()
TickCounter * v8::internal::compiler::EffectGraphReducer::tick_counter |
( |
| ) |
const |
|
inline |
◆ graph_
TFGraph* v8::internal::compiler::EffectGraphReducer::graph_ |
|
private |
◆ kNumStates
const uint8_t v8::internal::compiler::EffectGraphReducer::kNumStates = static_cast<uint8_t>(State::kVisited) + 1 |
|
private |
◆ reduce_
std::function<void(Node*, Reduction*)> v8::internal::compiler::EffectGraphReducer::reduce_ |
|
private |
◆ revisit_
ZoneStack<Node*> v8::internal::compiler::EffectGraphReducer::revisit_ |
|
private |
◆ stack_
◆ state_
◆ tick_counter_
TickCounter* const v8::internal::compiler::EffectGraphReducer::tick_counter_ |
|
private |
The documentation for this class was generated from the following files: