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

#include <register-allocator.h>

Collaboration diagram for v8::internal::compiler::RegisterAllocationData::DelayedReference:

Public Attributes

ReferenceMapmap
 
InstructionOperandoperand
 

Detailed Description

Definition at line 234 of file register-allocator.h.

Member Data Documentation

◆ map

ReferenceMap* v8::internal::compiler::RegisterAllocationData::DelayedReference::map

Definition at line 235 of file register-allocator.h.

◆ operand

InstructionOperand* v8::internal::compiler::RegisterAllocationData::DelayedReference::operand

Definition at line 236 of file register-allocator.h.


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