Home
last modified time | relevance | path

Searched refs:GetStaticArrayElement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.h271 ASSERT(GetStaticArrayElement(staticArrayNum) != nullptr); in GetMapElement()
273 …(ToUintPtr(GetStaticArrayElement(staticArrayNum)) + relativeMapNum * sizeof(CrossingMapElement)))); in GetMapElement()
276 CrossingMapElement *GetStaticArrayElement(size_t staticArrayNum) in GetStaticArrayElement() function
Dcrossing_map.cpp57 void *element = GetStaticArrayElement(i); in Destroy()
262 ASSERT(GetStaticArrayElement(i) == nullptr); in InitializeCrossingMapForMemory()
266 ASSERT(GetStaticArrayElement(i) != nullptr); in InitializeCrossingMapForMemory()
277 ASSERT(GetStaticArrayElement(i) != nullptr); in RemoveCrossingMapForMemory()
278 internalAllocator_->Free(GetStaticArrayElement(i)); in RemoveCrossingMapForMemory()