|
| | AbstractElements (Zone *zone) |
| |
| | AbstractElements (Node *object, Node *index, Node *value, MachineRepresentation representation, Zone *zone) |
| |
| AbstractElements const * | Extend (Node *object, Node *index, Node *value, MachineRepresentation representation, Zone *zone) const |
| |
| Node * | Lookup (Node *object, Node *index, MachineRepresentation representation) const |
| |
| AbstractElements const * | Kill (Node *object, Node *index, Zone *zone) const |
| |
| bool | Equals (AbstractElements const *that) const |
| |
| AbstractElements const * | Merge (AbstractElements const *that, Zone *zone) const |
| |
| void | Print () const |
| |
| void * | operator new (size_t, Zone *)=delete |
| |
| void * | operator new (size_t size, void *ptr) |
| |
| void | operator delete (void *, size_t) |
| |
| void | operator delete (void *pointer, Zone *zone)=delete |
| |
Definition at line 51 of file load-elimination.h.
◆ AbstractElements() [1/2]
| v8::internal::compiler::LoadElimination::AbstractElements::AbstractElements |
( |
Zone * | zone | ) |
|
|
inlineexplicit |
◆ AbstractElements() [2/2]
◆ Equals()
| bool v8::internal::compiler::LoadElimination::AbstractElements::Equals |
( |
AbstractElements const * | that | ) |
const |
◆ Extend()
◆ Kill()
◆ Lookup()
◆ Merge()
◆ Print()
| void v8::internal::compiler::LoadElimination::AbstractElements::Print |
( |
| ) |
const |
◆ elements_
◆ next_index_
| size_t v8::internal::compiler::LoadElimination::AbstractElements::next_index_ = 0 |
|
private |
The documentation for this class was generated from the following files: