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/runtime_core/static_core/runtime/include/mem/
Dallocator.h234 ElementType *currentElement = data; in New() local
263 ElementType *currentElement = data; in NewLocal() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.cpp363ArrayExpression *const currentElement, const bool isPreferredTuple, in HandleNestedArrayExpression()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp590 … std::vector<checker::Type *> targetElementType, ir::Expression *currentElement, in CheckArrayElement()