![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <instructions.h>
Public Member Functions | |
| CallIntrinsicInstruction (Intrinsic *intrinsic, TypeVector specialization_types, std::vector< std::string > constexpr_arguments) | |
| std::size_t | GetValueDefinitionCount () const |
| DefinitionLocation | GetValueDefinition (std::size_t index) const |
Public Member Functions inherited from v8::internal::torque::InstructionBase | |
| 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 |
| virtual bool | IsBlockTerminator () const |
| virtual void | AppendSuccessorBlocks (std::vector< Block * > *block_list) const |
Public Attributes | |
| Intrinsic * | intrinsic |
| TypeVector | specialization_types |
| std::vector< std::string > | constexpr_arguments |
Public Attributes inherited from v8::internal::torque::InstructionBase | |
| SourcePosition | pos |
Definition at line 455 of file instructions.h.
|
inline |
Definition at line 457 of file instructions.h.
| DefinitionLocation v8::internal::torque::CallIntrinsicInstruction::GetValueDefinition | ( | std::size_t | index | ) | const |
| std::size_t v8::internal::torque::CallIntrinsicInstruction::GetValueDefinitionCount | ( | ) | const |
Definition at line 182 of file instructions.cc.
| std::vector<std::string> v8::internal::torque::CallIntrinsicInstruction::constexpr_arguments |
Definition at line 469 of file instructions.h.
| Intrinsic* v8::internal::torque::CallIntrinsicInstruction::intrinsic |
Definition at line 467 of file instructions.h.
| TypeVector v8::internal::torque::CallIntrinsicInstruction::specialization_types |
Definition at line 468 of file instructions.h.