Home
last modified time | relevance | path

Searched defs:memRange (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmem_range.h63 friend std::ostream &operator<<(std::ostream &os, MemRange const &memRange) in operator <<() argument
H A Dcode_allocator.cpp71 void CodeAllocator::ProtectCode(os::mem::MapRange<std::byte> memRange) in ProtectCode() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dalloc_config.h122 static void OnInitYoungRegion(const MemRange &memRange) in OnInitYoungRegion() argument
183 static void OnInitYoungRegion(const MemRange &memRange) in OnInitYoungRegion() argument
233 static void OnInitYoungRegion([[maybe_unused]] const MemRange &memRange) {} in OnInitYoungRegion() argument
310 static void OnInitYoungRegion([[maybe_unused]] const MemRange &memRange) {} in OnInitYoungRegion() argument
347 static void OnInitYoungRegion([[maybe_unused]] const MemRange &memRange) {} in OnInitYoungRegion() argument
H A Dtlab.cpp87 IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisitor, const MemRange &memRange) IterateOverObjectsInRange() argument
H A Dallocator.cpp552 bool ObjectAllocatorGen<MT_MODE>::IsIntersectedWithYoung(const MemRange &memRange) in IsIntersectedWithYoung() argument
635 void ObjectAllocatorGen<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &objectVisitor) in IterateOverObjectsInRange() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
H A Dcrossing_map_singleton.cpp108 void CrossingMapSingleton::MarkCardsAsYoung(const MemRange &memRange) in MarkCardsAsYoung() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-evacuate-regions-worker-state-inl.h194 void G1EvacuateRegionsWorkerState<LanguageConfig>::IterateRefsInMemRange(const MemRange &memRange, Region *region) in IterateRefsInMemRange() argument
H A Dg1-allocator.cpp61 bool ObjectAllocatorG1<MT_MODE>::IsIntersectedWithYoung(const MemRange &memRange) in IsIntersectedWithYoung() argument
123 void ObjectAllocatorG1<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &objectVisitor) in IterateOverObjectsInRange() argument
[all...]
H A Dg1-gc.cpp259 void G1GC<LanguageConfig>::IterateOverRefsInMemRange(const MemRange &memRange, Region *region, Handler &refsHandler) in IterateOverRefsInMemRange() argument
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp133 auto memRange = allocator->AllocateCodeUnprotected(codeSize); in EmitCode() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmem_range_test.cpp76 auto memRange = ark::mem::MemRange(START, END); in TEST() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dcard_table.cpp271 void CardTable::MarkCardsAsYoung(const MemRange &memRange) in MarkCardsAsYoung() argument

Completed in 12 milliseconds