V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
v8::internal::compiler::Frame Class Reference
Inheritance diagram for v8::internal::compiler::Frame:
v8::internal::ZoneObject

Public Member Functions

 Frame (int fixed_frame_size_in_slots)
 
int GetTotalFrameSlotCount () const
 
int GetFixedSlotCount () const
 
int GetSpillSlotCount () const
 
int GetReturnSlotCount () const
 
void SetAllocatedRegisters (BitVector *regs)
 
void SetAllocatedDoubleRegisters (BitVector *regs)
 
bool DidAllocateDoubleRegisters () const
 
void AlignSavedCalleeRegisterSlots (int alignment=kDoubleSize)
 
void AllocateSavedCalleeRegisterSlots (int count)
 
int AllocateSpillSlot (int width, int alignment=0)
 
void EnsureReturnSlots (int count)
 
int AlignFrame (int alignment=kDoubleSize)
 
int ReserveSpillSlots (size_t slot_count)
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 89 of file frame.h.


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