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

Public Attributes

ptrdiff_t diff
 
Nodenew_node
 

Detailed Description

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

Member Data Documentation

◆ diff

ptrdiff_t v8::internal::maglev::StraightForwardRegisterAllocator::BlockPatch::diff

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

◆ new_node

Node* v8::internal::maglev::StraightForwardRegisterAllocator::BlockPatch::new_node

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


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