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

#include <instructions.h>

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

Public Member Functions

bool IsBlockTerminator () const override
 
 CallBuiltinPointerInstruction (bool is_tailcall, const BuiltinPointerType *type, size_t argc)
 
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< 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 void AppendSuccessorBlocks (std::vector< Block * > *block_list) const
 

Public Attributes

bool is_tailcall
 
const BuiltinPointerTypetype
 
size_t argc
 
- Public Attributes inherited from v8::internal::torque::InstructionBase
SourcePosition pos
 

Detailed Description

Definition at line 580 of file instructions.h.

Constructor & Destructor Documentation

◆ CallBuiltinPointerInstruction()

v8::internal::torque::CallBuiltinPointerInstruction::CallBuiltinPointerInstruction ( bool is_tailcall,
const BuiltinPointerType * type,
size_t argc )
inline

Definition at line 583 of file instructions.h.

Member Function Documentation

◆ GetValueDefinition()

DefinitionLocation v8::internal::torque::CallBuiltinPointerInstruction::GetValueDefinition ( std::size_t index) const

Definition at line 498 of file instructions.cc.

Here is the call graph for this function:

◆ GetValueDefinitionCount()

std::size_t v8::internal::torque::CallBuiltinPointerInstruction::GetValueDefinitionCount ( ) const

Definition at line 494 of file instructions.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsBlockTerminator()

bool v8::internal::torque::CallBuiltinPointerInstruction::IsBlockTerminator ( ) const
inlineoverridevirtual

Reimplemented from v8::internal::torque::InstructionBase.

Definition at line 582 of file instructions.h.

Member Data Documentation

◆ argc

size_t v8::internal::torque::CallBuiltinPointerInstruction::argc

Definition at line 592 of file instructions.h.

◆ is_tailcall

bool v8::internal::torque::CallBuiltinPointerInstruction::is_tailcall

Definition at line 590 of file instructions.h.

◆ type

const BuiltinPointerType* v8::internal::torque::CallBuiltinPointerInstruction::type

Definition at line 591 of file instructions.h.


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