Home
last modified time | relevance | path

Searched defs:regionType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.cpp227 void RegionList::MergeRegionListWithoutHead(RegionList& srcList, RegionDesc::RegionType regionType) in MergeRegionListWithoutHead()
236 void RegionList::MergeRegionList(RegionList& srcList, RegionDesc::RegionType regionType) in MergeRegionList()
Dregion_desc.h1111 RegionType regionType : BITS_5; member
/arkcompiler/ets_runtime/common_components/heap/
Dverification.cpp300 auto regionType = in VerifyRefImpl() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator-inl.h77 …RegionAllocatorBase<LockConfigT>::CreateAndSetUpNewRegion(size_t regionSize, RegionFlag regionType, in CreateAndSetUpNewRegion()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp722 …serializer::AllocateMultiCMCRegion(size_t spaceObjSize, size_t &regionIndex, RegionType regionType) in AllocateMultiCMCRegion()
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp303 auto regionType = in operator ()() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1927 GateRef StubBuilder::CMCIsInYoungSpace(GateRef regionType) in CMCIsInYoungSpace()
2438 GateRef regionType = GetCMCRegionType(value); in FastReadBarrier() local