Home | History | Annotate | Download | only in ast

Lines Matching refs:SNPrintF

446   int pos = SNPrintF(*buf, "%s", node_name);
448 pos += SNPrintF(*buf + pos, " Slot(%d)", slot.ToInt());
626 SNPrintF(buf, "%s (mode = %s", info, VariableMode2String(var->mode()));
627 SNPrintF(buf + pos, ")");
943 SNPrintF(buf, "PROPERTY%s - %s", property->is_static() ? " - STATIC" : "",
981 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1000 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1034 SNPrintF(buf, "PROPERTY - %s", prop_kind);
1046 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1063 SNPrintF(buf + pos, " unresolved");
1069 SNPrintF(buf + pos, " unallocated");
1072 SNPrintF(buf + pos, " parameter[%d]", var->index());
1075 SNPrintF(buf + pos, " local[%d]", var->index());
1078 SNPrintF(buf + pos, " context[%d]", var->index());
1081 SNPrintF(buf + pos, " lookup");
1084 SNPrintF(buf + pos, " module");
1101 SNPrintF(buf, "YIELD id %d", node->yield_id());
1150 SNPrintF(
1154 SNPrintF(buf, "CALL RUNTIME %s", node->debug_name());
1170 SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"),