![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <instructions.h>
Public Member Functions | |
bool | IsBlockTerminator () const override |
void | AppendSuccessorBlocks (std::vector< Block * > *block_list) const override |
BranchInstruction (Block *if_true, Block *if_false) | |
![]() | |
InstructionBase () | |
virtual std::unique_ptr< InstructionBase > | Clone () const =0 |
virtual void | Assign (const InstructionBase &other)=0 |
virtual | ~InstructionBase ()=default |
virtual void | TypeInstruction (Stack< const Type * > *stack, ControlFlowGraph *cfg) const =0 |
virtual void | RecomputeDefinitionLocations (Stack< DefinitionLocation > *locations, Worklist< Block * > *worklist) const =0 |
void | InvalidateTransientTypes (Stack< const Type * > *stack) const |
Public Attributes | |
Block * | if_true |
Block * | if_false |
![]() | |
SourcePosition | pos |
Definition at line 632 of file instructions.h.
|
inline |
Definition at line 640 of file instructions.h.
|
inlineoverridevirtual |
Reimplemented from v8::internal::torque::InstructionBase.
Definition at line 635 of file instructions.h.
|
inlineoverridevirtual |
Reimplemented from v8::internal::torque::InstructionBase.
Definition at line 634 of file instructions.h.
Block* v8::internal::torque::BranchInstruction::if_false |
Definition at line 644 of file instructions.h.
Block* v8::internal::torque::BranchInstruction::if_true |
Definition at line 643 of file instructions.h.