|
| 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) |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
Definition at line 89 of file frame.h.
The documentation for this class was generated from the following files: