Searched defs:FreeSpace (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/v8/src/
H A Dobjects.h921 V(FreeSpace) \
4398 // FreeSpace represents fixed sized areas of the heap that are not currently in
4400 class FreeSpace: public HeapObject { class in namespace:v8::internal
4411 DECLARE_CAST(FreeSpace)
4414 DECLARE_PRINTER(FreeSpace)
4415 DECLARE_VERIFIER(FreeSpace)
4425 DISALLOW_IMPLICIT_CONSTRUCTORS(FreeSpace);

Completed in 746 milliseconds