Home
last modified time | relevance | path

Searched refs:PROPERTY_CELL_SPACE (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dsnapshot-common.cc24 deserializer->set_reservation(PROPERTY_CELL_SPACE, in ReserveSpaceForLinkedInSnapshot()
68 deserializer.set_reservation(PROPERTY_CELL_SPACE, in NewContextFromSnapshot()
Dsnapshot-external.cc67 deserializer.set_reservation(PROPERTY_CELL_SPACE, in Initialize()
97 deserializer.set_reservation(PROPERTY_CELL_SPACE, in NewContextFromSnapshot()
Dglobals.h365 PROPERTY_CELL_SPACE, // Only and all global property cell objects. enumerator
372 LAST_PAGED_SPACE = PROPERTY_CELL_SPACE
Dmksnapshot.cc89 i::MAP_SPACE, i::CELL_SPACE, i::PROPERTY_CELL_SPACE in MaybeWriteStartupBlob()
199 WriteSizeVar(ser, prefix, "property_cell", i::PROPERTY_CELL_SPACE); in WriteMeta()
Dserialize.cc817 source_space != PROPERTY_CELL_SPACE && in ReadChunk()
935 CASE_STATEMENT(where, how, within, PROPERTY_CELL_SPACE) \ in ReadChunk()
1994 for (int i = NEW_SPACE; i <= PROPERTY_CELL_SPACE; i++) { in Deserialize()
2044 for (int i = NEW_SPACE; i <= PROPERTY_CELL_SPACE; i++) { in SerializedCodeData()
Dserialize.h694 static const int kNumSpaces = PROPERTY_CELL_SPACE - NEW_SPACE + 1;
/external/v8/test/cctest/
Dtest-serialize.cc191 ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE)); in WriteToFile()
272 deserializer->set_reservation(PROPERTY_CELL_SPACE, property_cell_size); in ReserveSpaceForSnapshot()
459 p_ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE)); in UNINITIALIZED_TEST()
468 startup_serializer.CurrentAllocationAddress(PROPERTY_CELL_SPACE)); in UNINITIALIZED_TEST()
582 p_ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE)); in UNINITIALIZED_TEST()
591 startup_serializer.CurrentAllocationAddress(PROPERTY_CELL_SPACE)); in UNINITIALIZED_TEST()
/external/v8/src/heap/
Dheap-inl.h209 } else if (PROPERTY_CELL_SPACE == space) { in AllocateRaw()
458 case PROPERTY_CELL_SPACE: in AllowedToBeMigrated()
Dheap.cc2662 AllocateRaw(size, PROPERTY_CELL_SPACE, PROPERTY_CELL_SPACE); in AllocatePropertyCell()
4481 case PROPERTY_CELL_SPACE: in InSpace()
5123 PROPERTY_CELL_SPACE); in SetUp()
5415 case PROPERTY_CELL_SPACE: in next()
5437 case PROPERTY_CELL_SPACE: in next()
5525 case PROPERTY_CELL_SPACE: in CreateIterator()
Dincremental-marking.cc329 chunk->owner()->identity() == PROPERTY_CELL_SPACE || in SetOldSpacePageFlags()
Dheap.h611 case PROPERTY_CELL_SPACE: in paged_space()
Dspaces.cc1004 case PROPERTY_CELL_SPACE: in SizeOfFirstPage()
Dmark-compact.cc705 case PROPERTY_CELL_SPACE: in AllocationSpaceName()