Home
last modified time | relevance | path

Searched defs:lastElem (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_queue.cpp65 auto *lastElem = queue_.top().get(); in AddTask() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.cpp64 static inline size_t GetBigIntJSArraySize(size_t etsArraySize, uint64_t lastElem) in GetBigIntJSArraySize()
102 static inline size_t GetBigIntEtsArraySize(size_t jsArraySize, uint64_t lastElem) in GetBigIntEtsArraySize()