|
V8 Project
|
#include <effects.h>
Inheritance diagram for v8::internal::Effects< Var, kNoVar >:
Collaboration diagram for v8::internal::Effects< Var, kNoVar >:Public Member Functions | |
| Effects (Zone *zone) | |
| Effects (Zone *zone) | |
| bool | Disabled () |
| void | Process (HInstruction *instr, Zone *zone) |
| void | Apply (State *state) |
| void | Union (Effects *that, Zone *zone) |
Public Member Functions inherited from v8::internal::EffectsMixin< Var, EffectsBase< Var, kNoVar >, Effects< Var, kNoVar > > | |
| EffectsMixin (Zone *zone) | |
| Effect | Lookup (Var var) |
| Bounds | LookupBounds (Var var) |
| void | Seq (Var var, Effect effect) |
| void | Seq (Effects< Var, kNoVar > that) |
| void | Alt (Var var, Effect effect) |
| void | Alt (Effects< Var, kNoVar > that) |
| void | Forget () |
Public Member Functions inherited from v8::internal::EffectsBase< Var, kNoVar > | |
| EffectsBase (Zone *zone) | |
| bool | IsEmpty () |
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) |
Additional Inherited Members | |
Protected Types inherited from v8::internal::EffectsMixin< Var, EffectsBase< Var, kNoVar >, Effects< Var, kNoVar > > | |
| typedef Base::Locator | Locator |
Protected Types inherited from v8::internal::EffectsBase< Var, kNoVar > | |
| typedef ZoneSplayTree< SplayTreeConfig > | Mapping |
| typedef Mapping::Locator | Locator |
Protected Member Functions inherited from v8::internal::EffectsBase< Var, kNoVar > | |
| Zone * | zone () |
| bool | Contains (Var var) |
| bool | Find (Var var, Locator *locator) |
| bool | Insert (Var var, Locator *locator) |
| template<class Callback > | |
| void | ForEach (Callback *callback) |
Definition at line 171 of file hydrogen-removable-simulates.cc.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 173 of file hydrogen-removable-simulates.cc.
|
inline |
Definition at line 176 of file hydrogen-removable-simulates.cc.
Referenced by v8::internal::HFlowEngine< State, Effects >::AnalyzeDominatedBlocks().
Here is the caller graph for this function:
|
inline |
Definition at line 174 of file hydrogen-removable-simulates.cc.
Referenced by v8::internal::HFlowEngine< State, Effects >::ComputeLoopEffects().
Here is the caller graph for this function:
|
inline |
Definition at line 175 of file hydrogen-removable-simulates.cc.
Referenced by v8::internal::HFlowEngine< State, Effects >::ComputeLoopEffects().
Here is the caller graph for this function:
|
inline |
Definition at line 177 of file hydrogen-removable-simulates.cc.
Referenced by v8::internal::HFlowEngine< State, Effects >::ComputeLoopEffects().
Here is the caller graph for this function: