Searched refs:CELL_SPACE (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | snapshot-common.cc | 23 deserializer->set_reservation(CELL_SPACE, cell_space_used_); in ReserveSpaceForLinkedInSnapshot() 67 deserializer.set_reservation(CELL_SPACE, context_cell_space_used_); in NewContextFromSnapshot()
|
D | snapshot-external.cc | 66 deserializer.set_reservation(CELL_SPACE, snapshot_impl_->cell_space_used); in Initialize() 95 deserializer.set_reservation(CELL_SPACE, in NewContextFromSnapshot()
|
D | mksnapshot.cc | 89 i::MAP_SPACE, i::CELL_SPACE, i::PROPERTY_CELL_SPACE in MaybeWriteStartupBlob() 198 WriteSizeVar(ser, prefix, "cell", i::CELL_SPACE); in WriteMeta()
|
D | globals.h | 364 CELL_SPACE, // Only and all cell objects. enumerator
|
D | serialize.cc | 816 source_space != CELL_SPACE && in ReadChunk() 934 CASE_STATEMENT(where, how, within, CELL_SPACE) \ in ReadChunk()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 190 ser.CurrentAllocationAddress(CELL_SPACE), in WriteToFile() 271 deserializer->set_reservation(CELL_SPACE, cell_size); in ReserveSpaceForSnapshot() 458 p_ser.CurrentAllocationAddress(CELL_SPACE), in UNINITIALIZED_TEST() 467 startup_serializer.CurrentAllocationAddress(CELL_SPACE), in UNINITIALIZED_TEST() 581 p_ser.CurrentAllocationAddress(CELL_SPACE), in UNINITIALIZED_TEST() 590 startup_serializer.CurrentAllocationAddress(CELL_SPACE), in UNINITIALIZED_TEST()
|
/external/v8/src/heap/ |
D | heap-inl.h | 207 } else if (CELL_SPACE == space) { in AllocateRaw() 457 case CELL_SPACE: in AllowedToBeMigrated()
|
D | heap.cc | 2647 AllocationResult allocation = AllocateRaw(size, CELL_SPACE, CELL_SPACE); in AllocateCell() 4479 case CELL_SPACE: in InSpace() 5117 cell_space_ = new CellSpace(this, max_old_generation_size_, CELL_SPACE); in SetUp() 5413 case CELL_SPACE: in next() 5435 case CELL_SPACE: in next() 5522 case CELL_SPACE: in CreateIterator()
|
D | incremental-marking.cc | 328 } else if (chunk->owner()->identity() == CELL_SPACE || in SetOldSpacePageFlags()
|
D | heap.h | 609 case CELL_SPACE: in paged_space()
|
D | spaces.cc | 1001 case CELL_SPACE: in SizeOfFirstPage()
|
D | mark-compact.cc | 703 case CELL_SPACE: in AllocationSpaceName()
|