Home
last modified time | relevance | path

Searched defs:region (Results 1 - 25 of 71) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/mem/
H A Drset_worklist_handler.h28 explicit RSetItem(Region *region, RememberedSet *rSet) : region_(region), rSet_(rSet) {} in RSetItem() argument
H A Dspace-inl.h22 void Space::AddRegion(Region *region) in AddRegion() argument
31 void Space::RemoveRegion(Region *region) in RemoveRegion() argument
[all...]
H A Dfull_gc.cpp192 bool FullGC::HasEvacuated(Region *region) in HasEvacuated() argument
H A Dtlab_allocator-inl.h135 auto region = heap_->GetOldSpace()->TryToGetExclusiveRegion(size); in ExpandCompressFromOld() local
H A Dheap_region_allocator.cpp69 Region *region = new (ToVoidPtr(mem)) Region(heap->GetNativeAreaAllocator(), mem, begin, end, flags, typeFlag); in AllocateAlignedRegion() local
75 void HeapRegionAllocator::FreeRegion(Region *region, size_t cachedSize) in FreeRegion() argument
[all...]
H A Dfree_object_list.cpp129 void FreeObjectList<T>::FreeImpl(U* region, uintptr_t start, size_t size, bool isAdd) in FreeImpl() argument
H A Dmachine_code.cpp268 Region *region = Region::ObjectAddressToRange(this); in ProcessMarkObject() local
H A Dlinear_space.h49 Region *region = GetCurrentRegion(); in RecordCurrentRegionAsHalfFresh() local
[all...]
H A Dallocator-inl.h82 void FreeListAllocator<T>::Initialize(Region *region) in Initialize() argument
96 void FreeListAllocator<T>::AddFree(Region *region) in AddFree() argument
213 inline void FreeListAllocator<T>::CollectFreeObjectSet(Region *region) in CollectFreeObjectSet() argument
225 inline bool FreeListAllocator<T>::MatchFreeObjectSet(Region *region, size_ argument
239 DetachFreeObjectSet(Region *region) DetachFreeObjectSet() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.cpp48 auto region = GetRootsStackMask(stackMap); in Dump() local
49 stream << sep << "s:" << region; in Dump() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_memory_region-inl.h58 inline std::ostream &operator<<(std::ostream &os, const BitMemoryRegion<T> &region) in operator <<() argument
H A Dbit_memory_region.h53 Iterator(const BitMemoryRegion &region, uint32_t offset) : region_(region), bit_(offset) in Iterator() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_memory_region-inl.h64 inline std::ostream &operator<<(std::ostream &os, const BitMemoryRegion<T> &region) in operator <<() argument
H A Dbit_memory_region.h61 Iterator(const BitMemoryRegion &region, uint32_t offset) : region_(region), bit_(offset) in Iterator() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_memory_region_test.cpp97 ss << region; in TEST() local
105 ss << region; in TEST() local
114 ss << region; in TEST() local
123 ss << region; in TEST() local
142 ss << region; in TEST() local
150 ss << region; TEST() local
159 ss << region; TEST() local
169 ss << region; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_memory_region_test.cpp99 ss << region; in TEST() local
107 ss << region; in TEST() local
116 ss << region; in TEST() local
125 ss << region; in TEST() local
134 ss << region; in TEST() local
142 ss << region; TEST() local
151 ss << region; TEST() local
161 ss << region; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dcollection_set.h49 void AddRegion(Region *region) in AddRegion() argument
H A Dcard_handler.h84 auto *region = AddrToRegion(startAddress); in Handle() local
[all...]
H A Dg1-evacuate-regions-worker-state.h122 auto *region = objectAllocator_->template PopFromOldRegionQueue<true>(); in GetNextRegion() local
H A Dg1-allocator.h182 void AddPromotedRegionToQueueIfPinned(Region *region) in AddPromotedRegionToQueueIfPinned() argument
187 void CompactRegion(Region *region, const GCObjectVisitor &deathChecker, const ObjectVisitorEx &moveChecker) in CompactRegion() argument
194 size_t PromoteYoungRegion(Region *region, const GCObjectVisitor &deathChecker, in PromoteYoungRegion() argument
212 void PushToOldRegionQueue(Region *region) in PushToOldRegionQueue() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconcurrent_marking_test.cpp137 Region *region = space->GetCurrentRegion(); in HWTEST_F_L0() local
H A Dread_only_space_test.cpp109 auto *region = Region::ObjectAddressToRange(object); in HWTEST_F_L0() local
138 auto *region = Region::ObjectAddressToRange(object); in HWTEST_F_L0() local
157 auto *region = Region::ObjectAddressToRange(string.GetObject<TaggedObject>()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.cpp161 bool SharedFullGC::HasEvacuated(Region *region) in HasEvacuated() argument
H A Dshared_gc_marker.cpp136 Region *region = Region::ObjectAddressToRange(obj); in ProcessMarkStack() local
183 [[maybe_unused]] Region *region = Region::ObjectAddressToRange(obj); in ProcessMarkStack() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_space-inl.h25 explicit RegionAllocCheck(Region *region) : region_(region) in RegionAllocCheck() argument
42 explicit RegionIterateCheck(Region *region) : region_(region) in RegionIterateCheck() argument
130 void RegionPool::FreeRegion(Region *region) in FreeRegion() argument
144 FreeRegion(Region *region) FreeRegion() argument
195 auto *region = Region::AsRegion(&(*it)); IterateRegionsList() local
210 auto *region = GetRegion<CROSS_REGION>(object); IsLive() local
[all...]

Completed in 9 milliseconds

123