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

#include <maglev-ir.h>

Inheritance diagram for v8::internal::maglev::InputLocation:
Collaboration diagram for v8::internal::maglev::InputLocation:

Public Member Functions

NodeIdT next_use_id () const
 
NodeIdTget_next_use_id_address ()
 
- Public Member Functions inherited from v8::internal::maglev::ValueLocation
 ValueLocation ()=default
 
template<typename... Args>
void SetUnallocated (Args &&... args)
 
template<typename... Args>
void SetAllocated (Args &&... args)
 
void InjectLocation (compiler::InstructionOperand location)
 
bool Cloberred ()
 
template<typename... Args>
void SetConstant (Args &&... args)
 
Register AssignedGeneralRegister () const
 
DoubleRegister AssignedDoubleRegister () const
 
bool IsAnyRegister () const
 
bool IsGeneralRegister () const
 
bool IsDoubleRegister () const
 
const compiler::InstructionOperandoperand () const
 
const compiler::InstructionOperandoperand ()
 

Private Attributes

NodeIdT next_use_id_ = kInvalidNodeId
 

Detailed Description

Definition at line 1287 of file maglev-ir.h.

Member Function Documentation

◆ get_next_use_id_address()

NodeIdT * v8::internal::maglev::InputLocation::get_next_use_id_address ( )
inline

Definition at line 1291 of file maglev-ir.h.

Here is the caller graph for this function:

◆ next_use_id()

NodeIdT v8::internal::maglev::InputLocation::next_use_id ( ) const
inline

Definition at line 1289 of file maglev-ir.h.

Here is the caller graph for this function:

Member Data Documentation

◆ next_use_id_

NodeIdT v8::internal::maglev::InputLocation::next_use_id_ = kInvalidNodeId
private

Definition at line 1294 of file maglev-ir.h.


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