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

Public Member Functions

template<size_t kNumGpRegs, size_t kNumFpRegs>
constexpr LinkageAllocator (const Register(&gp)[kNumGpRegs], const DoubleRegister(&fp)[kNumFpRegs])
 
constexpr LinkageAllocator (const Register *gp, int gpc, const DoubleRegister *fp, int fpc)
 
bool CanAllocateGP () const
 
bool CanAllocateFP (MachineRepresentation rep) const
 
int NextGpReg ()
 
int NextFpReg (MachineRepresentation rep)
 
int NumStackSlots (MachineRepresentation type)
 
int NextStackSlot (MachineRepresentation type)
 
void SetStackOffset (int num)
 
int NumStackSlots () const
 

Detailed Description

Definition at line 121 of file wasm-linkage.h.


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