Lines Matching refs:out_buffer_
51 out_buffer_(out_buffer), in Decoder()
53 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
166 v8::internal::Vector<char> out_buffer_; member in v8::internal::Decoder
180 out_buffer_[out_buffer_pos_++] = ch; in PrintChar()
187 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
191 out_buffer_[out_buffer_pos_] = 0; in Print()
270 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintSa()
277 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintLsaSa()
284 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd); in PrintSd()
290 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msbd + 1); in PrintSs1()
299 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msb - lsb + 1); in PrintSs2()
306 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msbdminus32 + 32 + 1); in PrintSs3()
314 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msbminus32 + 32 - lsb + 1); in PrintSs4()
321 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", lsbminus32 + 32); in PrintSs5()
328 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc); in PrintBc()
335 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc); in PrintCc()
341 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm); in PrintUImm9()
347 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm); in PrintSImm9()
353 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm); in PrintUImm16()
361 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm); in PrintSImm16()
368 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm16()
378 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm16()
388 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm); in PrintSImm18()
395 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm18()
402 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm19()
412 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm19); in PrintSImm19()
419 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm21()
429 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm21); in PrintSImm21()
442 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm21()
454 SNPrintF(out_buffer_ + out_buffer_pos_, "0x%" PRIx64, target); in PrintXImm26()
464 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm26); in PrintSImm26()
477 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm26()
491 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm26()
498 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2); in PrintBp2()
504 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp3); in PrintBp3()
515 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintCode()
527 SNPrintF(out_buffer_ + out_buffer_pos_, "0x%03x", code); in PrintCode()
537 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintMsaXImm8()
542 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm); in PrintMsaImm8()
547 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm); in PrintMsaImm5()
554 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm); in PrintMsaSImm5()
561 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm); in PrintMsaSImm10()
566 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", m); in PrintMsaImmBit()
571 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", n); in PrintMsaImmElm()
579 SNPrintF(out_buffer_ + out_buffer_pos_, "%s, %s[%u]", in PrintMsaCopy()
1056 while ((cur != 0) && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Format()
1060 out_buffer_[out_buffer_pos_++] = cur; in Format()
1064 out_buffer_[out_buffer_pos_] = '\0'; in Format()
1081 out_buffer_ + out_buffer_pos_, "\n%p %08" PRIx64, in DecodeBreakInstr()
3004 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in InstructionDecode()