Searched refs:CELL_SPACE (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | v8globals.h | 183 CELL_SPACE, // Only and all cell objects. enumerator 189 LAST_PAGED_SPACE = CELL_SPACE
|
D | serialize.cc | 770 } 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()
|
D | mksnapshot.cc | 345 partial_ser.CurrentAllocationAddress(i::CELL_SPACE), in main()
|
D | heap-inl.h | 218 } else if (CELL_SPACE == space) { in AllocateRaw()
|
D | incremental-marking.cc | 305 } else if (chunk->owner()->identity() == CELL_SPACE || in SetOldSpacePageFlags()
|
D | heap.cc | 649 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()
|
D | liveobjectlist.cc | 193 if (strcmp(key_str, "cell") == 0) return CELL_SPACE; in FindSpaceFor()
|
D | mark-compact.cc | 428 case CELL_SPACE: return "CELL_SPACE"; in AllocationSpaceName()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 395 p_ser.CurrentAllocationAddress(CELL_SPACE), in TEST() 514 p_ser.CurrentAllocationAddress(CELL_SPACE), in TEST()
|