| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | alloc_config.h | 122 static void OnInitYoungRegion(const MemRange &memRange) in OnInitYoungRegion() 183 static void OnInitYoungRegion(const MemRange &memRange) in OnInitYoungRegion() 233 static void OnInitYoungRegion([[maybe_unused]] const MemRange &memRange) {} in OnInitYoungRegion() 310 static void OnInitYoungRegion([[maybe_unused]] const MemRange &memRange) {} in OnInitYoungRegion() 347 static void OnInitYoungRegion([[maybe_unused]] const MemRange &memRange) {} in OnInitYoungRegion()
|
| D | tlab.cpp | 88 const MemRange &memRange) in IterateOverObjectsInRange()
|
| D | allocator.cpp | 557 bool ObjectAllocatorGen<MT_MODE>::IsIntersectedWithYoung(const MemRange &memRange) in IsIntersectedWithYoung() 640 void ObjectAllocatorGen<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor … in IterateOverObjectsInRange()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | code_allocator.cpp | 71 void CodeAllocator::ProtectCode(os::mem::MapRange<std::byte> memRange) in ProtectCode()
|
| /arkcompiler/runtime_core/static_core/compiler/tools/debug/ |
| D | jit_writer.cpp | 121 auto memRange {codeAllocator_->AllocateCodeUnprotected(elfSize)}; in WriteImpl() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map_singleton.cpp | 108 void CrossingMapSingleton::MarkCardsAsYoung(const MemRange &memRange) in MarkCardsAsYoung()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | card_table-inl.h | 147 for (const auto &memRange : memRanges) { in VisitMarkedCompact() local
|
| D | card_table.cpp | 271 void CardTable::MarkCardsAsYoung(const MemRange &memRange) in MarkCardsAsYoung()
|
| D | gc_root.cpp | 118 &cardTable](MemRange memRange) { in VisitCardTableRoots()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-evacuate-regions-worker-state-inl.h | 199 void G1EvacuateRegionsWorkerState<LanguageConfig>::IterateRefsInMemRange(const MemRange &memRange, … in IterateRefsInMemRange()
|
| D | g1-allocator.cpp | 61 bool ObjectAllocatorG1<MT_MODE>::IsIntersectedWithYoung(const MemRange &memRange) in IsIntersectedWithYoung() 123 void ObjectAllocatorG1<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &… in IterateOverObjectsInRange()
|
| D | g1-gc.cpp | 274 void G1GC<LanguageConfig>::IterateOverRefsInMemRange(const MemRange &memRange, Region *region, Hand… in IterateOverRefsInMemRange() 1526 auto refsChecker = [this, &builder](Region *region, const MemRange &memRange) { in MixedMarkAndCacheRefs() 1585 auto refsChecker = [this, &builder](Region *region, const MemRange &memRange) { in FastYoungMark() 1886 …[objectAllocator](MemRange &memRange) { return !objectAllocator->IsIntersectedWithYoung(memRange);… in OnPauseMark() 2502 auto refsChecker = [this, &fieldVisitor](Region *region, const MemRange &memRange) { in UpdateRefsFromRemSets()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 204 MemRangeChecker tenuredRangeChecker = [&youngMr](MemRange &memRange) -> bool { in MarkYoung() 360 [&updateRefsInObject, &objAllocator, &youngSpace](const MemRange &memRange) { in UpdateRefsToMovedObjects() 452 …MemRangeChecker youngRangeChecker = []([[maybe_unused]] MemRange &memRange) -> bool { return true;… in MarkRoots() 489 …[objectAllocator](MemRange &memRange) { return !objectAllocator->IsIntersectedWithYoung(memRange);… in ConcurrentMark()
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator.h | 519 void IterateOverObjectsInRange([[maybe_unused]] MemRange memRange, in IterateOverObjectsInRange() 673 bool IsIntersectedWithYoung([[maybe_unused]] const MemRange &memRange) final in IsIntersectedWithYoung() 719 void IterateOverObjectsInRange([[maybe_unused]] MemRange memRange, in IterateOverObjectsInRange()
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 76 auto memRange = ark::mem::MemRange(START, END); in TEST() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | asm_printer_test.cpp | 138 os::mem::MapRange<std::byte> memRange(static_cast<std::byte *>(ptr), size); in ResetCodeAllocator() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | card_table_test.cpp | 294 cardTable_->VisitMarked([&memRanges](MemRange memRange) { memRanges.emplace_back(memRange); }, in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 134 auto memRange = allocator->AllocateCodeUnprotected(codeSize); in EmitCode() local
|