![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
SpillMoveInsertionList (int gap_index, InstructionOperand *operand, SpillMoveInsertionList *next) | |
![]() | |
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 |
SpillMoveInsertionList * | next |
Definition at line 679 of file register-allocator.cc.
|
inline |
Definition at line 680 of file register-allocator.cc.
const int v8::internal::compiler::TopLevelLiveRange::SpillMoveInsertionList::gap_index |
Definition at line 683 of file register-allocator.cc.
SpillMoveInsertionList* v8::internal::compiler::TopLevelLiveRange::SpillMoveInsertionList::next |
Definition at line 685 of file register-allocator.cc.
InstructionOperand* const v8::internal::compiler::TopLevelLiveRange::SpillMoveInsertionList::operand |
Definition at line 684 of file register-allocator.cc.