Home
last modified time | relevance | path

Searched refs:CELL_SPACE (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dv8globals.h183 CELL_SPACE, // Only and all cell objects. enumerator
189 LAST_PAGED_SPACE = CELL_SPACE
Dserialize.cc770 } else if (space_number == CELL_SPACE) { \
788 source_space != CELL_SPACE && in ReadChunk()
885 CASE_STATEMENT(where, how, within, CELL_SPACE) \ in ReadChunk()
886 CASE_BODY(where, how, within, CELL_SPACE, kUnknownOffsetFromStart) \ in ReadChunk()
903 CASE_STATEMENT(where, how, within, CELL_SPACE) \ in ReadChunk()
Dmksnapshot.cc345 partial_ser.CurrentAllocationAddress(i::CELL_SPACE), in main()
Dheap-inl.h218 } else if (CELL_SPACE == space) { in AllocateRaw()
Dincremental-marking.cc305 } else if (chunk->owner()->identity() == CELL_SPACE || in SetOldSpacePageFlags()
Dheap.cc649 AbortIncrementalMarkingAndCollectGarbage(this, CELL_SPACE, in ReserveSpace()
5091 case CELL_SPACE: in InSpace()
5936 cell_space_ = new CellSpace(this, max_old_generation_size_, CELL_SPACE); in SetUp()
6145 case CELL_SPACE: in next()
6165 case CELL_SPACE: in next()
6250 case CELL_SPACE: in CreateIterator()
Dliveobjectlist.cc193 if (strcmp(key_str, "cell") == 0) return CELL_SPACE; in FindSpaceFor()
Dmark-compact.cc428 case CELL_SPACE: return "CELL_SPACE"; in AllocationSpaceName()
/external/v8/test/cctest/
Dtest-serialize.cc395 p_ser.CurrentAllocationAddress(CELL_SPACE), in TEST()
514 p_ser.CurrentAllocationAddress(CELL_SPACE), in TEST()