Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmem_range.h26 MemRange(uintptr_t startAddress, uintptr_t endAddress) : startAddress_(startAddress), endAddress_(endAddress) in MemRange() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dcard_handler.h47 RegionRemsetBuilder(Region *fromRegion, void *startAddress, void *endAddress, size_t regionSizeBits, in RegionRemsetBuilder() argument
87 auto *endAddress = ToVoidPtr(cardTable_->GetCardEndAddress(cardPtr)); in Handle() local
H A Dg1-evacuate-regions-worker-state-inl.h199 auto *endAddress = ToVoidPtr(memRange.GetEndAddress()); in IterateRefsInMemRange() local
H A Dg1-gc.cpp269 auto *endAddress = ToVoidPtr(memRange.GetEndAddress()); in IterateOverRefsInMemRange() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A 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
H A Dheap.cpp714 auto endAddress = activeSemiSpace_->GetAllocationEndAddress(); in Initialize() local
2761 auto endAddress = activeSemiSpace_->GetAllocationEndAddress(); in ReleaseEdenAllocator() local
2774 auto endAddress = edenSpace_->GetAllocationEndAddress(); in InstallEdenAllocator() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1429 auto endAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(endOffset)); in AllocateInSOldPrologue() local
1479 auto endAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(endOffset)); in AllocateInYoungPrologue() local

Completed in 17 milliseconds