V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::wasm::LiftoffAssembler::VarState Class Reference

Public Types

enum  Location : uint8_t { kStack, kRegister, KIntConst }
 

Public Member Functions

 VarState (ValueType type)
 
 VarState (ValueType type, LiftoffRegister r)
 
 VarState (ValueType type, int32_t i32_const)
 
bool operator== (const VarState &other) const
 
bool is_stack () const
 
bool is_gp_reg () const
 
bool is_fp_reg () const
 
bool is_reg () const
 
bool is_const () const
 
ValueType type () const
 
Location loc () const
 
int32_t i32_const () const
 
WasmValue constant () const
 
Register gp_reg () const
 
DoubleRegister fp_reg () const
 
LiftoffRegister reg () const
 
RegClass reg_class () const
 
void MakeStack ()
 

Detailed Description

Definition at line 40 of file liftoff-assembler.h.


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