Searched refs:LO_SPACE (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/snapshot/ |
D | references.h | 45 DCHECK_LT(space, LO_SPACE); in BackReference() 58 return SerializerReference(LO_SPACE, 0, index); in LargeObjectReference() 89 DCHECK(space() != MAP_SPACE && space() != LO_SPACE); in chunk_index() 109 DCHECK_EQ(LO_SPACE, SpaceBits::decode(bitfield_)); in large_object_index()
|
D | default-serializer-allocator.cc | 86 if (space == LO_SPACE) { in BackReferenceIsAlreadyAllocated() 126 STATIC_ASSERT(LO_SPACE == MAP_SPACE + 1); in EncodeReservations() 152 STATIC_ASSERT(LO_SPACE == MAP_SPACE + 1); in OutputStatistics()
|
D | serializer-common.h | 112 STATIC_ASSERT(LAST_SPACE - 1 == LO_SPACE); 114 static const int kNumberOfSpaces = LO_SPACE + 1;
|
D | deserializer.cc | 198 if (deserializing_user_code() || space == LO_SPACE) { in PostProcessNewObject() 286 case LO_SPACE: in GetBackReferencedObject() 357 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE); in ReadObject() 426 CASE_STATEMENT(where, how, within, LO_SPACE) \ in ReadData()
|
D | default-deserializer-allocator.cc | 32 if (space == LO_SPACE) { in AllocateRaw()
|
D | serializer.cc | 289 case LO_SPACE: in PutBackReference() 373 if (space == LO_SPACE) { in SerializePrologue() 552 (allocation_size > kMaxRegularHeapObjectSize) ? LO_SPACE : OLD_SPACE; in SerializeExternalStringAsSequentialString()
|
/external/v8/src/heap/ |
D | heap-inl.h | 87 DCHECK_NE(idx, LO_SPACE); 142 space = LO_SPACE; in AllocateRaw() 169 } else if (LO_SPACE == space) { in AllocateRaw() 649 (chunk_->owner()->identity() == LO_SPACE && in CodePageMemoryModificationScope()
|
D | heap.cc | 695 case LO_SPACE: in GetSpaceName() 1581 } else if (space == LO_SPACE) { in ReserveSpace() 2857 return chunk->NeverEvacuate() || chunk->owner()->identity() == LO_SPACE; in IsImmovable() 3786 case LO_SPACE: in InSpace() 3811 case LO_SPACE: in InSpaceSlow() 3827 case LO_SPACE: in IsValidAllocationSpace() 4734 space_[LO_SPACE] = lo_space_ = new LargeObjectSpace(this); in SetUp() 5691 case LO_SPACE: in AllocationSpaceName() 5767 case LO_SPACE: in AllowedToBeMigrated()
|
D | spaces.cc | 593 DCHECK(owner()->identity() == CODE_SPACE || owner()->identity() == LO_SPACE); in SetReadAndExecutable() 618 DCHECK(owner()->identity() == CODE_SPACE || owner()->identity() == LO_SPACE); in SetReadAndWritable() 796 if (!base::OS::HasLazyCommits() || owner()->identity() == LO_SPACE) in CommittedPhysicalMemory() 802 return owner()->identity() != LO_SPACE; in IsPagedSpace() 810 return owner()->identity() == LO_SPACE; in InLargeObjectSpace() 3423 : LargeObjectSpace(heap, LO_SPACE) {} in AllocateChunk()
|
D | mark-compact-inl.h | 282 chunk->owner()->identity() == LO_SPACE); in VisitFixedArrayIncremental()
|
D | incremental-marking.cc | 764 if (page->owner()->identity() == LO_SPACE) { in RevisitObject()
|
D | spaces.h | 1370 DCHECK_NE(LO_SPACE, space); in PageAreaSize()
|
D | mark-compact.cc | 1185 DCHECK(dest != LO_SPACE); in RawMigrateObject()
|
/external/v8/src/runtime/ |
D | runtime-internal.cc | 292 CHECK(size <= kMaxRegularHeapObjectSize || space == LO_SPACE); in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | globals.h | 560 LO_SPACE, // Old generation large object space. enumerator
|
D | objects-printer.cc | 2452 !isolate->heap()->InSpaceSlow(address, i::LO_SPACE) && in _v8_internal_Print_Code()
|
D | code-stub-assembler.cc | 1166 AllocateTargetSpace::encode(AllocationSpace::LO_SPACE))); in AllocateRaw()
|