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

#include <maglev-regalloc.h>

Collaboration diagram for v8::internal::maglev::RegallocInfo::RegallocLoopInfo:

Public Member Functions

 RegallocLoopInfo (Zone *zone)
 

Public Attributes

ZonePtrList< ValueNodereload_hints_
 
ZonePtrList< ValueNodespill_hints_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ RegallocLoopInfo()

v8::internal::maglev::RegallocInfo::RegallocLoopInfo::RegallocLoopInfo ( Zone * zone)
inlineexplicit

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

Member Data Documentation

◆ reload_hints_

ZonePtrList<ValueNode> v8::internal::maglev::RegallocInfo::RegallocLoopInfo::reload_hints_

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

◆ spill_hints_

ZonePtrList<ValueNode> v8::internal::maglev::RegallocInfo::RegallocLoopInfo::spill_hints_

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


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