Searched refs:printIndex (Results 1 – 3 of 3) sorted by relevance
117 private String printIndex() { in printIndex() method in StackMapType136 return "(type=" + Const.getItemName(type) + printIndex() + ")"; in toString()
293 p->printIndex = lastLexicalEvaluation->printIndex + 1; in addEvaluation()295 p->printIndex = 1; in addEvaluation()802 outputStream << " -> " << eval.constructExit->printIndex; in dumpEvaluationList()810 if (eval.printIndex) { in dumpEvaluationList()811 outputStream << eval.printIndex << ' '; in dumpEvaluationList()822 outputStream << " -> " << eval.controlSuccessor->printIndex; in dumpEvaluationList()
337 int printIndex{0}; // (ActionStmt, ConstructStmt) evaluation index for dumps