![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <instructions.h>
Public Member Functions | |
LoadBitFieldInstruction (const Type *bit_field_struct_type, BitField bit_field) | |
DefinitionLocation | GetValueDefinition () const |
![]() | |
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 | |
const Type * | bit_field_struct_type |
BitField | bit_field |
![]() | |
SourcePosition | pos |
Definition at line 409 of file instructions.h.
|
inline |
Definition at line 411 of file instructions.h.
DefinitionLocation v8::internal::torque::LoadBitFieldInstruction::GetValueDefinition | ( | ) | const |
BitField v8::internal::torque::LoadBitFieldInstruction::bit_field |
Definition at line 418 of file instructions.h.
const Type* v8::internal::torque::LoadBitFieldInstruction::bit_field_struct_type |
Definition at line 417 of file instructions.h.