Home
last modified time | relevance | path

Searched defs:currentElement (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator-inl.h64 ElementType *currentElement = data; in New() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.h96 ElementType *currentElement = data; in New() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.cpp347ArrayExpression *const currentElement, const bool isArray, in HandleNestedArrayExpression()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h235 ElementType *currentElement = data; in New() local
264 ElementType *currentElement = data; in NewLocal() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp705 auto *const currentElement = expr->elements_[idx]; in Check() local