| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | rset_worklist_handler.h | 28 explicit RSetItem(Region *region, RememberedSet *rSet) : region_(region), rSet_(rSet) {} in RSetItem() argument
|
| H A D | space-inl.h | 22 void Space::AddRegion(Region *region) in AddRegion() argument 31 void Space::RemoveRegion(Region *region) in RemoveRegion() argument [all...] |
| H A D | full_gc.cpp | 192 bool FullGC::HasEvacuated(Region *region) in HasEvacuated() argument
|
| H A D | tlab_allocator-inl.h | 135 auto region = heap_->GetOldSpace()->TryToGetExclusiveRegion(size); in ExpandCompressFromOld() local
|
| H A D | heap_region_allocator.cpp | 69 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 D | free_object_list.cpp | 129 void FreeObjectList<T>::FreeImpl(U* region, uintptr_t start, size_t size, bool isAdd) in FreeImpl() argument
|
| H A D | machine_code.cpp | 268 Region *region = Region::ObjectAddressToRange(this); in ProcessMarkObject() local
|
| H A D | linear_space.h | 49 Region *region = GetCurrentRegion(); in RecordCurrentRegionAsHalfFresh() local [all...] |
| H A D | allocator-inl.h | 82 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 D | code_info.cpp | 48 auto region = GetRootsStackMask(stackMap); in Dump() local 49 stream << sep << "s:" << region; in Dump() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | bit_memory_region-inl.h | 58 inline std::ostream &operator<<(std::ostream &os, const BitMemoryRegion<T> ®ion) in operator <<() argument
|
| H A D | bit_memory_region.h | 53 Iterator(const BitMemoryRegion ®ion, uint32_t offset) : region_(region), bit_(offset) in Iterator() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | bit_memory_region-inl.h | 64 inline std::ostream &operator<<(std::ostream &os, const BitMemoryRegion<T> ®ion) in operator <<() argument
|
| H A D | bit_memory_region.h | 61 Iterator(const BitMemoryRegion ®ion, uint32_t offset) : region_(region), bit_(offset) in Iterator() argument
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | bit_memory_region_test.cpp | 97 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 D | bit_memory_region_test.cpp | 99 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 D | collection_set.h | 49 void AddRegion(Region *region) in AddRegion() argument
|
| H A D | card_handler.h | 84 auto *region = AddrToRegion(startAddress); in Handle() local [all...] |
| H A D | g1-evacuate-regions-worker-state.h | 122 auto *region = objectAllocator_->template PopFromOldRegionQueue<true>(); in GetNextRegion() local
|
| H A D | g1-allocator.h | 182 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 D | concurrent_marking_test.cpp | 137 Region *region = space->GetCurrentRegion(); in HWTEST_F_L0() local
|
| H A D | read_only_space_test.cpp | 109 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 D | shared_full_gc.cpp | 161 bool SharedFullGC::HasEvacuated(Region *region) in HasEvacuated() argument
|
| H A D | shared_gc_marker.cpp | 136 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 D | region_space-inl.h | 25 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...] |