Home
last modified time | relevance | path

Searched refs:arrayStIdx (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3277 return arrayStIdx; in GetArrayStIdx()
3282 arrayStIdx = arrayStIdxValue; in SetArrayStIdx()
3317 StIdx arrayStIdx; // symbol table entry of the array/collection variable variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp1156 st = theMIRModule->CurFunction()->GetLocalOrGlobalSymbol(arrayStIdx); in Dump()
1158 LogInfo::MapleLogger() << (arrayStIdx.Islocal() ? " %" : " $"); in Dump()