Home
last modified time | relevance | path

Searched refs:CODE_SPACE (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.cc64 DCHECK(owner == OLD_SPACE || owner == MAP_SPACE || owner == CODE_SPACE); in PagedSpaceObjectIterator()
119 if (identity() != OLD_SPACE && identity() != CODE_SPACE && in RefillFreeList()
363 if (identity() == CODE_SPACE || identity() == CODE_LO_SPACE) { in ExpandBackground()
398 if (identity() == CODE_SPACE) { in DecreaseLimit()
439 if (identity() == CODE_SPACE) { in MakeLinearAllocationAreaIterable()
487 if (identity() == CODE_SPACE) { in FreeLinearAllocationArea()
512 if (identity() == CODE_SPACE) { in ReleasePage()
524 DCHECK(identity() == CODE_SPACE); in SetReadable()
532 DCHECK(identity() == CODE_SPACE); in SetReadAndExecutable()
540 DCHECK(identity() == CODE_SPACE); in SetCodeModificationPermissions()
[all …]
Dmemory-chunk-layout.cc50 if (space == CODE_SPACE || space == CODE_LO_SPACE) { in ObjectStartOffsetInMemoryChunk()
64 if (space == CODE_SPACE) { in AllocatableMemoryInMemoryChunk()
Devacuation-allocator-inl.h28 case CODE_SPACE: in Allocate()
29 return compaction_spaces_.Get(CODE_SPACE) in Allocate()
Dconcurrent-allocator.cc87 if (lab_.IsValid() && space_->identity() == CODE_SPACE) { in FreeLinearAllocationArea()
97 if (lab_.IsValid() && space_->identity() == CODE_SPACE) { in MakeLinearAllocationAreaIterable()
Dbase-space.cc18 case CODE_SPACE: in GetSpaceName()
Dpaged-spaces.h479 code_space_(heap, CODE_SPACE, Executability::EXECUTABLE, in CompactionSpaceCollection()
488 case CODE_SPACE: in Get()
533 : PagedSpace(heap, CODE_SPACE, EXECUTABLE, FreeList::CreateFreeList(), in CodeSpace()
Dmemory-chunk.cc50 DCHECK(owner_identity() == CODE_SPACE || owner_identity() == CODE_LO_SPACE); in DecrementWriteUnprotectCounterAndMaybeSetPermissions()
84 DCHECK(owner_identity() == CODE_SPACE || owner_identity() == CODE_LO_SPACE); in SetCodeModificationPermissions()
172 if (owner()->identity() == CODE_SPACE) { in MemoryChunk()
Devacuation-allocator.h37 compaction_spaces_.Get(CODE_SPACE)); in Finalize()
Dpaged-spaces-inl.h37 DCHECK_EQ(space_->identity(), CODE_SPACE); in FromCurrentPage()
Dheap-inl.h155 DCHECK(idx == OLD_SPACE || idx == CODE_SPACE || idx == MAP_SPACE); in paged_space()
448 case CODE_SPACE: in IsPendingAllocationInternal()
662 DCHECK(chunk_->owner()->identity() == CODE_SPACE || in CodePageMemoryModificationScope()
Dsweeper.cc108 if (space_id == CODE_SPACE) continue; in RunImpl()
134 if (!sweeper_->IncrementalSweepSpace(CODE_SPACE)) { in RunInternal()
337 space->identity() == CODE_SPACE || space->identity() == MAP_SPACE); in RawSweep()
Dsweeper.h129 callback(CODE_SPACE); in ForAllSweepingSpaces()
Dheap-allocator-inl.h22 return static_cast<PagedSpace*>(spaces_[CODE_SPACE]); in code_space()
Dspaces.cc416 if (identity() == CODE_SPACE) { in InvokeAllocationObservers()
Dspaces.h154 if (id_ == CODE_SPACE) { in RoundSizeDownToObjectAlignment()
Dfree-list.cc60 if (chunk->owner_identity() == CODE_SPACE) { in SearchForNodeInList()
Dheap.cc707 SpaceStatistics(CODE_SPACE) << "," << in DumpJSONHeapStatistics()
4541 case CODE_SPACE: in InSpace()
4571 case CODE_SPACE: in InSpaceSlow()
4592 case CODE_SPACE: in IsValidAllocationSpace()
5828 space_[CODE_SPACE] = code_space_ = new CodeSpace(this); in SetUpSpaces()
5979 if (space == CODE_SPACE || space == CODE_LO_SPACE) { in NotifyOldGenerationExpansion()
7137 case CODE_SPACE: in AllowedToBeMigrated()
7138 return dst == CODE_SPACE && type == CODE_TYPE; in AllowedToBeMigrated()
Dmemory-allocator.cc613 DCHECK_NE(CODE_SPACE, space->identity()); in AllocateUninitializedPageFromPool()
Dmark-compact.cc795 DCHECK(space->identity() == OLD_SPACE || space->identity() == CODE_SPACE || in CollectEvacuationCandidates()
1565 if (dest == CODE_SPACE || (dest == OLD_SPACE && dst.IsBytecodeArray())) { in Move()
1629 } else if (dest == CODE_SPACE) { in RawMigrateObject()
1681 if (target_space == CODE_SPACE) in TryEvacuateObject()
3942 if (!FLAG_compact_with_stack || page->owner_identity() == CODE_SPACE) { in EvacuatePagesInParallel()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc795 case CODE_SPACE: in GetSnapshotSpace()
/third_party/node/deps/v8/src/common/
Dglobals.h823 CODE_SPACE, // Old generation code object space, marked executable. enumerator
/third_party/node/deps/v8/src/execution/
Dframes.cc306 } else if (!isolate->heap()->InSpaceSlow(pc, CODE_SPACE)) { in IsInterpreterFramePc()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2879 if (!isolate->heap()->InSpaceSlow(address, i::CODE_SPACE) && in _v8_internal_Print_Code()