• Home
  • Raw
  • Download

Lines Matching refs:out_buffer_

51       out_buffer_(out_buffer),  in Decoder()
53 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
136 v8::internal::Vector<char> out_buffer_; member in v8::internal::Decoder
150 out_buffer_[out_buffer_pos_++] = ch; in PrintChar()
157 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
161 out_buffer_[out_buffer_pos_] = 0; in Print()
227 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintSa()
234 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintLsaSa()
241 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd); in PrintSd()
248 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss + 1); in PrintSs1()
257 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss - pos + 1); in PrintSs2()
264 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc); in PrintBc()
271 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc); in PrintCc()
278 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm); in PrintUImm16()
286 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm); in PrintSImm16()
293 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm16()
303 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm16()
313 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm); in PrintSImm18()
320 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm18()
327 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm19()
337 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm19); in PrintSImm19()
344 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm); in PrintXImm21()
354 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm21); in PrintSImm21()
367 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm21()
379 SNPrintF(out_buffer_ + out_buffer_pos_, "0x%" PRIx64, target); in PrintXImm26()
389 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm26); in PrintSImm26()
402 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm26()
416 SNPrintF(out_buffer_ + out_buffer_pos_, "%s", in PrintPCImm26()
423 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2); in PrintBp2()
429 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp3); in PrintBp3()
440 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintCode()
452 SNPrintF(out_buffer_ + out_buffer_pos_, "0x%03x", code); in PrintCode()
781 while ((cur != 0) && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Format()
785 out_buffer_[out_buffer_pos_++] = cur; in Format()
789 out_buffer_[out_buffer_pos_] = '\0'; in Format()
806 out_buffer_ + out_buffer_pos_, "\n%p %08" PRIx64, in DecodeBreakInstr()
1946 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in InstructionDecode()