Searched refs:NEW_LO_SPACE (Results 1 – 5 of 5) sorted by relevance
111 STATIC_ASSERT(LAST_SPACE == NEW_LO_SPACE);
654 DCHECK(space != NEW_LO_SPACE); in SerializeObject()
561 NEW_LO_SPACE, // Young generation large object space. enumerator564 LAST_SPACE = NEW_LO_SPACE,
697 case NEW_LO_SPACE: in GetSpaceName()3788 case NEW_LO_SPACE: in InSpace()3813 case NEW_LO_SPACE: in InSpaceSlow()3828 case NEW_LO_SPACE: in IsValidAllocationSpace()4735 space_[NEW_LO_SPACE] = new_lo_space_ = new NewLargeObjectSpace(this); in SetUp()5693 case NEW_LO_SPACE: in AllocationSpaceName()5768 case NEW_LO_SPACE: in AllowedToBeMigrated()
3746 : LargeObjectSpace(heap, NEW_LO_SPACE) {} in AllocateChunk()