|
V8 Project
|
Inheritance diagram for v8::internal::HCheckMapsEffects:
Collaboration diagram for v8::internal::HCheckMapsEffects:Public Member Functions | |
| HCheckMapsEffects (Zone *zone) | |
| bool | Disabled () const |
| void | Process (HInstruction *instr, Zone *zone) |
| void | Apply (HCheckTable *table) |
| void | Union (HCheckMapsEffects *that, Zone *zone) |
Public Member Functions inherited from v8::internal::ZoneObject | |
| INLINE (void *operator new(size_t size, Zone *zone)) | |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Private Attributes | |
| ZoneList< HValue * > | objects_ |
| GVNFlagSet | flags_ |
Definition at line 802 of file hydrogen-check-elimination.cc.
|
inlineexplicit |
Definition at line 804 of file hydrogen-check-elimination.cc.
|
inline |
Definition at line 831 of file hydrogen-check-elimination.cc.
References v8::internal::EnumSet< E, T >::Contains(), flags_, v8::internal::HCheckTable::Kill(), v8::internal::HCheckTable::KillUnstableEntries(), and objects_.
Here is the call graph for this function:
|
inline |
Definition at line 807 of file hydrogen-check-elimination.cc.
|
inline |
Definition at line 810 of file hydrogen-check-elimination.cc.
References v8::internal::EnumSet< E, T >::Add(), v8::internal::HValue::ChangesFlags(), flags_, objects_, and v8::internal::HValue::opcode().
Here is the call graph for this function:
|
inline |
Definition at line 850 of file hydrogen-check-elimination.cc.
References v8::internal::EnumSet< E, T >::Add(), flags_, and objects_.
Here is the call graph for this function:
|
private |
Definition at line 859 of file hydrogen-check-elimination.cc.
Definition at line 858 of file hydrogen-check-elimination.cc.