Home | History | Annotate | Download | only in bytecode

Lines Matching refs:registerIndex

364         unsigned registerIndex = m_numVars;
367 printf(" k%u = %s\n", registerIndex, valueToSourceString(exec, m_constantRegisters[i].get()).utf8().data());
369 ++registerIndex;