Home | History | Annotate | Download | only in runtime

Lines Matching defs:buf2

995       uint8_t buf2[5];
996 Append2LE(buf2, 0);
997 buf2[2] = kOpNewMethod;
998 Append2LE(buf2 + 3, static_cast<uint16_t>(method_line.length()));
999 WriteToBuf(buf2, sizeof(buf2));
1006 uint8_t buf2[7];
1007 Append2LE(buf2, 0);
1008 buf2[2] = kOpNewThread;
1009 Append2LE(buf2 + 3, static_cast<uint16_t>(thread->GetTid()));
1010 Append2LE(buf2 + 5, static_cast<uint16_t>(thread_name.length()));
1011 WriteToBuf(buf2, sizeof(buf2));