CodeBlock.cpp | 76 static CString idName(int id0, const Identifier& ident) 78 return makeString(ident.ustring(), "(@id", UString::from(id0), ")").UTF8String(); 166 int id0 = (++it)->u.operand; local 167 printf("[%4d] %s\t %s, %s, %s\n", location, op, registerName(exec, r0).c_str(), registerName(exec, r1).c_str(), idName(id0, m_identifiers[id0]).c_str()); 174 int id0 = (++it)->u.operand; local 176 printf("[%4d] %s\t %s, %s, %s\n", location, op, registerName(exec, r0).c_str(), idName(id0, m_identifiers[id0]).c_str(), registerName(exec, r1).c_str()); 684 int id0 = (++it)->u.operand; local 685 printf("[%4d] resolve\t\t %s, %s\n", location, registerName(exec, r0).c_str(), idName(id0, m_identifiers[id0]).c_str()) 690 int id0 = (++it)->u.operand; local 698 int id0 = (++it)->u.operand; local 733 int id0 = (++it)->u.operand; local 740 int id0 = (++it)->u.operand; local 798 int id0 = (++it)->u.operand; local 805 int id0 = (++it)->u.operand; local 817 int id0 = (++it)->u.operand; local 1068 int id0 = (++it)->u.operand; local [all...] |