Home
last modified time | relevance | path

Searched refs:NEW_LO_SPACE (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/snapshot/
Dserializer-common.h111 STATIC_ASSERT(LAST_SPACE == NEW_LO_SPACE);
Dserializer.cc654 DCHECK(space != NEW_LO_SPACE); in SerializeObject()
/external/v8/src/
Dglobals.h561 NEW_LO_SPACE, // Young generation large object space. enumerator
564 LAST_SPACE = NEW_LO_SPACE,
/external/v8/src/heap/
Dheap.cc697 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()
Dspaces.cc3746 : LargeObjectSpace(heap, NEW_LO_SPACE) {} in AllocateChunk()