Home
last modified time | relevance | path

Searched refs:varsLength (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp294 const auto [start, varsLength, totalRegsNum] = info; in GenLocalVariableInfo()
312 variableDebug.length = static_cast<uint32_t>(varsLength); in GenLocalVariableInfo()
319 auto varsLength = static_cast<uint32_t>(count - scopeStart + 1); in GenScopeVariableInfoEnd() local
324 GenLocalVariableInfo(variableDebug, param, std::make_tuple(scopeStart, varsLength, cg_->TotalRegsNum()), in GenScopeVariableInfoEnd()
344 uint32_t localLength = varsLength; in GenScopeVariableInfoEnd()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp529 auto varsLength = static_cast<uint32_t>(count - start + 1); in GenScopeVariableInfo() local
551 variableDebug.length = static_cast<uint32_t>(varsLength); in GenScopeVariableInfo()

Completed in 4 milliseconds