Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/space/tests/
Dfrom_space_test.cpp48 FromSpace fromSpace(regionManager, heap); in HWTEST_F_L0() local
65 FromSpace fromSpace(manager, heap); in HWTEST_F_L0() local
79 FromSpace fromSpace(regionManager, heap); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/space/
Dyoung_space.h71 void AssembleGarbageCandidates(FromSpace& fromSpace) in AssembleGarbageCandidates()
Dold_space.h60 void AssembleGarbageCandidates(FromSpace& fromSpace) in AssembleGarbageCandidates()
Dfrom_space.cpp94 …CopyTask(int32_t id, FromSpace& fromSpace, RegionDesc* region, size_t regionCnt, TaskPackMonitor &… in CopyTask()
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dheuristic_gc_policy_test.cpp87 auto& fromSpace = theAllocator.GetFromSpace(); in HWTEST_F_L0() local
118 auto& fromSpace = theAllocator.GetFromSpace(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp215 bool SemiSpace::SwapRegion(Region *region, SemiSpace *fromSpace) in SwapRegion()
Dsparse_space.cpp588 bool OldSpace::SwapRegion(Region *region, SemiSpace *fromSpace) in SwapRegion()