![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
PathChecksForEffectNodes (Zone *zone) | |
EffectPathChecks const * | Get (Node *node) const |
void | Set (Node *node, EffectPathChecks const *checks) |
Private Attributes | |
ZoneVector< EffectPathChecks const * > | info_for_node_ |
Definition at line 57 of file redundancy-elimination.h.
|
inlineexplicit |
Definition at line 59 of file redundancy-elimination.h.
RedundancyElimination::EffectPathChecks const * v8::internal::compiler::RedundancyElimination::PathChecksForEffectNodes::Get | ( | Node * | node | ) | const |
Definition at line 337 of file redundancy-elimination.cc.
void v8::internal::compiler::RedundancyElimination::PathChecksForEffectNodes::Set | ( | Node * | node, |
EffectPathChecks const * | checks ) |
Definition at line 343 of file redundancy-elimination.cc.
|
private |
Definition at line 64 of file redundancy-elimination.h.