Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dcard_handler.h47 …RegionRemsetBuilder(Region *fromRegion, void *startAddress, void *endAddress, size_t regionSizeBit… in RegionRemsetBuilder()
87 auto *endAddress = ToVoidPtr(cardTable_->GetCardEndAddress(cardPtr)); in Handle() local
Dg1-evacuate-regions-worker-state-inl.h247 auto *endAddress = ToVoidPtr(memRange.GetEndAddress()); in IterateRefsInMemRange() local
Dg1-gc.cpp266 auto *endAddress = ToVoidPtr(memRange.GetEndAddress()); in IterateOverRefsInMemRange() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem_range.h26 …MemRange(uintptr_t startAddress, uintptr_t endAddress) : startAddress_(startAddress), endAddress_(… in MemRange()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h555 auto endAddress = sNonMovableTlab_->GetEndAddress(); in AllocateSharedNonMovableSpaceFromTlab() local
582 auto endAddress = sOldTlab_->GetEndAddress(); in AllocateSharedOldSpaceFromTlab() local
609 auto endAddress = activeSemiSpace_->GetAllocationEndAddress(); in SwapNewSpace() local
Dheap.cpp704 auto endAddress = activeSemiSpace_->GetAllocationEndAddress(); in Initialize() local
2712 auto endAddress = activeSemiSpace_->GetAllocationEndAddress(); in ReleaseEdenAllocator() local
2725 auto endAddress = edenSpace_->GetAllocationEndAddress(); in InstallEdenAllocator() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1478 auto endAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(endOffset)); in AllocateInSOldPrologue() local
1527 auto endAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(endOffset)); in AllocateInYoungPrologue() local