Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/items_pool/
Dtest_items_pool.cpp92 auto &currentPos = GetCurrentPos(pool); in TEST_F() local
117 auto &currentPos = GetCurrentPos(pool); in TEST_F() local
292 auto &currentPos = GetCurrentPos(pool); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp704 std::size_t const currentPos, in ParseTopLevelType()
720 ir::ScriptFunction *initFunction, size_t currentPos, in ParseTopLevelNextTokenDefault()
753 … ir::ScriptFunction *initFunction, size_t currentPos, in ParseTopLevelNextTokenResolution()
820 auto currentPos = std::numeric_limits<size_t>::max(); in ParseTopLevelNextToken() local