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

#include <instruction-selector.h>

Collaboration diagram for v8::internal::compiler::PushParameterT:

Public Member Functions

 PushParameterT (turboshaft::OpIndex n={}, LinkageLocation l=LinkageLocation::ForAnyRegister())
 

Public Attributes

turboshaft::OpIndex node
 
LinkageLocation location
 

Detailed Description

Definition at line 419 of file instruction-selector.h.

Constructor & Destructor Documentation

◆ PushParameterT()

v8::internal::compiler::PushParameterT::PushParameterT ( turboshaft::OpIndex n = {},
LinkageLocation l = LinkageLocation::ForAnyRegister() )
inline

Definition at line 420 of file instruction-selector.h.

Member Data Documentation

◆ location

LinkageLocation v8::internal::compiler::PushParameterT::location

Definition at line 425 of file instruction-selector.h.

◆ node

turboshaft::OpIndex v8::internal::compiler::PushParameterT::node

Definition at line 424 of file instruction-selector.h.


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