Home | History | Annotate | Download | only in src

Lines Matching refs:FreeSpace

921   V(FreeSpace)                     \
4398 // FreeSpace represents fixed sized areas of the heap that are not currently in
4400 class FreeSpace: public HeapObject {
4411 DECLARE_CAST(FreeSpace)
4414 DECLARE_PRINTER(FreeSpace)
4415 DECLARE_VERIFIER(FreeSpace)
4425 DISALLOW_IMPLICIT_CONSTRUCTORS(FreeSpace);