Home | History | Annotate | Download | only in src

Lines Matching defs:buf2

10660       Vector<char> buf2 = Vector<char>::New(128);
10661 SNPrintF(buf2, "%27s %s ", "", Translation::StringFor(opcode));
10662 os << buf2.start();
10906 Vector<char> buf2 = Vector<char>::New(30);
10907 SNPrintF(buf2, "%6d", entry.deoptimization_index());
10908 os << buf2.start();