v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlotInfo Struct Reference
Collaboration diagram for v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlotInfo:

Public Member Functions

 SpillSlotInfo (uint32_t slot_index, NodeIdT freed_at_position, bool double_slot)
 

Public Attributes

uint32_t slot_index
 
NodeIdT freed_at_position
 
bool double_slot
 

Detailed Description

Definition at line 164 of file maglev-regalloc.h.

Constructor & Destructor Documentation

◆ SpillSlotInfo()

v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlotInfo::SpillSlotInfo ( uint32_t slot_index,
NodeIdT freed_at_position,
bool double_slot )
inline

Definition at line 165 of file maglev-regalloc.h.

Member Data Documentation

◆ double_slot

bool v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlotInfo::double_slot

Definition at line 172 of file maglev-regalloc.h.

◆ freed_at_position

NodeIdT v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlotInfo::freed_at_position

Definition at line 171 of file maglev-regalloc.h.

◆ slot_index

uint32_t v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlotInfo::slot_index

Definition at line 170 of file maglev-regalloc.h.


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