V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::RegisterValues Class Reference

Public Member Functions

intptr_t GetRegister (unsigned n) const
 
Float32 GetFloatRegister (unsigned n) const
 
Float64 GetDoubleRegister (unsigned n) const
 
void SetRegister (unsigned n, intptr_t value)
 
void SetFloatRegister (unsigned n, Float32 value)
 
void SetDoubleRegister (unsigned n, Float64 value)
 

Public Attributes

intptr_t registers_ [Register::kNumRegisters]
 
Float32 float_registers_ [FloatRegister::kNumRegisters]
 
Float64 double_registers_ [DoubleRegister::kNumRegisters]
 

Detailed Description

Definition at line 662 of file deoptimizer.h.


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