Searched defs:endAddress (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | mem_range.h | 26 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 D | card_handler.h | 47 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 D | g1-evacuate-regions-worker-state-inl.h | 199 auto *endAddress = ToVoidPtr(memRange.GetEndAddress()); in IterateRefsInMemRange() local
|
H A D | g1-gc.cpp | 269 auto *endAddress = ToVoidPtr(memRange.GetEndAddress()); in IterateOverRefsInMemRange() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap-inl.h | 555 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 D | heap.cpp | 714 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 D | new_object_stub_builder.cpp | 1429 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