![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <maglev-regalloc.h>
Public Member Functions | |
RegallocLoopInfo (Zone *zone) | |
Public Attributes | |
ZonePtrList< ValueNode > | reload_hints_ |
ZonePtrList< ValueNode > | spill_hints_ |
Definition at line 25 of file maglev-regalloc.h.
|
inlineexplicit |
Definition at line 30 of file maglev-regalloc.h.
ZonePtrList<ValueNode> v8::internal::maglev::RegallocInfo::RegallocLoopInfo::reload_hints_ |
Definition at line 28 of file maglev-regalloc.h.
ZonePtrList<ValueNode> v8::internal::maglev::RegallocInfo::RegallocLoopInfo::spill_hints_ |
Definition at line 29 of file maglev-regalloc.h.