Home
last modified time | relevance | path

Searched refs:IN_OLD_SPACE (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace-inl.h74 flags = RegionSpaceFlag::IN_OLD_SPACE; in GetRegionFlag()
H A Dregion.h48 IN_OLD_SPACE = 0x0C, enumerator
122 case RegionSpaceFlag::IN_OLD_SPACE: in ToSpaceTypeName()
454 return packedData_.flags_.spaceFlag_ == RegionSpaceFlag::IN_OLD_SPACE; in InOldSpace()
553 case RegionSpaceFlag::IN_OLD_SPACE: in InSparseSpace()
H A Dparallel_evacuator.cpp65 heap_->GetEcmaVM()->GetPGOProfiler()->UpdateTrackSpaceFlag(trackInfo, RegionSpaceFlag::IN_OLD_SPACE); in UpdateTrackInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp82 flag == RegionSpaceFlag::IN_OLD_SPACE); in VisitHeapAlloc()
87 if (flag == RegionSpaceFlag::IN_OLD_SPACE) { in VisitHeapAlloc()
345 } else if (flag == RegionSpaceFlag::IN_OLD_SPACE) { in LoweringHeapAllocate()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_serializer.cpp26 case RegionSpaceFlag::IN_OLD_SPACE: in GetSerializedObjectSpace()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp132 case RegionSpaceFlag::IN_OLD_SPACE: in DEF_RUNTIME_STUBS()

Completed in 18 milliseconds