Home | History | Annotate | Download | only in ast

Lines Matching refs:SNPrintF

473   int pos = SNPrintF(*buf, "%s", node_name);
475 pos = SNPrintF(*buf + pos, " Slot(%d)", slot.ToInt());
1171 int pos = SNPrintF(buf, "%s (mode = %s", info,
1173 SNPrintF(buf + pos, ")");
1468 SNPrintF(buf, "PROPERTY%s - %s", property->is_static() ? " - STATIC" : "",
1506 SNPrintF(buf, "literal_index = %d\n", node->literal_index());
1525 SNPrintF(buf, "literal_index = %d\n", node->literal_index());
1535 SNPrintF(buf, "literal_index = %d\n", node->literal_index());
1556 SNPrintF(buf + pos, " parameter[%d]", var->index());
1559 SNPrintF(buf + pos, " local[%d]", var->index());
1562 SNPrintF(buf + pos, " context[%d]", var->index());
1565 SNPrintF(buf + pos, " global[%d]", var->index());
1568 SNPrintF(buf + pos, " lookup");
1628 SNPrintF(buf, "CALL RUNTIME %s", node->debug_name());
1642 SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"),