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

Public Attributes

int top = 0
 
std::vector< SpillSlotInfofree_slots
 

Detailed Description

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

Member Data Documentation

◆ free_slots

std::vector<SpillSlotInfo> v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlots::free_slots

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

◆ top

int v8::internal::maglev::StraightForwardRegisterAllocator::SpillSlots::top = 0

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


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