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

Public Attributes

ConstraintType type_
 
int value_
 
int spilled_slot_
 
int virtual_register_
 

Detailed Description

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

Member Data Documentation

◆ spilled_slot_

int v8::internal::compiler::RegisterAllocatorVerifier::OperandConstraint::spilled_slot_

Definition at line 239 of file register-allocator-verifier.h.

◆ type_

ConstraintType v8::internal::compiler::RegisterAllocatorVerifier::OperandConstraint::type_

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

◆ value_

int v8::internal::compiler::RegisterAllocatorVerifier::OperandConstraint::value_

Definition at line 238 of file register-allocator-verifier.h.

◆ virtual_register_

int v8::internal::compiler::RegisterAllocatorVerifier::OperandConstraint::virtual_register_

Definition at line 240 of file register-allocator-verifier.h.


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