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

Public Member Functions

 SpillMoveInsertionList (int gap_index, InstructionOperand *operand, SpillMoveInsertionList *next)
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Public Attributes

const int gap_index
 
InstructionOperand *const operand
 
SpillMoveInsertionListnext
 

Detailed Description

Definition at line 679 of file register-allocator.cc.

Constructor & Destructor Documentation

◆ SpillMoveInsertionList()

v8::internal::compiler::TopLevelLiveRange::SpillMoveInsertionList::SpillMoveInsertionList ( int gap_index,
InstructionOperand * operand,
SpillMoveInsertionList * next )
inline

Definition at line 680 of file register-allocator.cc.

Member Data Documentation

◆ gap_index

const int v8::internal::compiler::TopLevelLiveRange::SpillMoveInsertionList::gap_index

Definition at line 683 of file register-allocator.cc.

◆ next

SpillMoveInsertionList* v8::internal::compiler::TopLevelLiveRange::SpillMoveInsertionList::next

Definition at line 685 of file register-allocator.cc.

◆ operand

InstructionOperand* const v8::internal::compiler::TopLevelLiveRange::SpillMoveInsertionList::operand

Definition at line 684 of file register-allocator.cc.


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