Home | History | Annotate | Download | only in src

Lines Matching defs:FreeSpace

1001   V(FreeSpace)                   \
4585 // FreeSpace are fixed-size free memory blocks used by the heap and GC.
4588 // The next pointer is the raw address of the next FreeSpace object (or NULL)
4590 class FreeSpace: public HeapObject {
4602 inline FreeSpace* next();
4603 inline void set_next(FreeSpace* next);
4605 FreeSpace* cast(HeapObject* obj);
4608 DECLARE_PRINTER(FreeSpace)
4609 DECLARE_VERIFIER(FreeSpace)
4618 DISALLOW_IMPLICIT_CONSTRUCTORS(FreeSpace);