V8 Project
v8::internal::NoState Class Reference

#include <hydrogen-flow-engine.h>

+ Collaboration diagram for v8::internal::NoState:

Public Member Functions

NoStateCopy (HBasicBlock *succ, Zone *zone)
 
NoStateProcess (HInstruction *value, Zone *zone)
 
NoStateMerge (HBasicBlock *succ, NoState *other, Zone *zone)
 

Detailed Description

Definition at line 37 of file hydrogen-flow-engine.h.

Member Function Documentation

◆ Copy()

NoState* v8::internal::NoState::Copy ( HBasicBlock *  succ,
Zone zone 
)
inline

Definition at line 39 of file hydrogen-flow-engine.h.

39  {
40  return this;
41  }

◆ Merge()

NoState* v8::internal::NoState::Merge ( HBasicBlock *  succ,
NoState other,
Zone zone 
)
inline

Definition at line 45 of file hydrogen-flow-engine.h.

45  {
46  return this;
47  }

◆ Process()

NoState* v8::internal::NoState::Process ( HInstruction value,
Zone zone 
)
inline

Definition at line 42 of file hydrogen-flow-engine.h.

42  {
43  return this;
44  }

The documentation for this class was generated from the following file: