v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::PeekInstruction Struct Reference

#include <instructions.h>

Inheritance diagram for v8::internal::torque::PeekInstruction:
Collaboration diagram for v8::internal::torque::PeekInstruction:

Public Member Functions

 PeekInstruction (BottomOffset slot, std::optional< const Type * > widened_type)
 
- Public Member Functions inherited from v8::internal::torque::InstructionBase
 InstructionBase ()
 
virtual std::unique_ptr< InstructionBaseClone () 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

BottomOffset slot
 
std::optional< const Type * > widened_type
 
- Public Attributes inherited from v8::internal::torque::InstructionBase
SourcePosition pos
 

Detailed Description

Definition at line 280 of file instructions.h.

Constructor & Destructor Documentation

◆ PeekInstruction()

v8::internal::torque::PeekInstruction::PeekInstruction ( BottomOffset slot,
std::optional< const Type * > widened_type )
inline

Definition at line 283 of file instructions.h.

Member Data Documentation

◆ slot

BottomOffset v8::internal::torque::PeekInstruction::slot

Definition at line 286 of file instructions.h.

◆ widened_type

std::optional<const Type*> v8::internal::torque::PeekInstruction::widened_type

Definition at line 287 of file instructions.h.


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