Home
last modified time | relevance | path

Searched refs:out_buffer_pos_ (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm/
Ddisasm-arm.cc56 out_buffer_pos_(0) { in Decoder()
57 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
123 int out_buffer_pos_; member in v8::internal::Decoder
136 out_buffer_[out_buffer_pos_++] = ch; in PrintChar()
143 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
147 out_buffer_[out_buffer_pos_] = 0; in Print()
212 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftRm()
219 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftRm()
232 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "#%d", imm); in PrintShiftImm()
240 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftSat()
[all …]
/external/v8/src/s390/
Ddisasm-s390.cc50 : converter_(converter), out_buffer_(out_buffer), out_buffer_pos_(0) { in Decoder()
51 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
86 int out_buffer_pos_; member in v8::internal::Decoder
96 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; } in PrintChar()
101 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
105 out_buffer_[out_buffer_pos_] = 0; in Print()
130 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x", in PrintSoftwareInterrupt()
133 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", svc); in PrintSoftwareInterrupt()
250 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value); in FormatOption()
272 out_buffer_pos_ += SNPrintF( in FormatOption()
[all …]
/external/v8/src/mips64/
Ddisasm-mips64.cc52 out_buffer_pos_(0) { in Decoder()
53 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
167 int out_buffer_pos_; 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()
[all …]
/external/v8/src/mips/
Ddisasm-mips.cc51 out_buffer_pos_(0) { in Decoder()
52 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
155 int out_buffer_pos_; member in v8::internal::Decoder
168 out_buffer_[out_buffer_pos_++] = ch; in PrintChar()
175 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
179 out_buffer_[out_buffer_pos_] = 0; in Print()
258 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintSa()
265 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa); in PrintLsaSa()
272 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd); in PrintSd()
279 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss + 1); in PrintSs1()
[all …]
/external/v8/src/ppc/
Ddisasm-ppc.cc52 : converter_(converter), out_buffer_(out_buffer), out_buffer_pos_(0) { in Decoder()
53 out_buffer_[out_buffer_pos_] = '\0'; in Decoder()
89 int out_buffer_pos_; member in v8::internal::Decoder
101 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; } in PrintChar()
107 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print()
111 out_buffer_[out_buffer_pos_] = 0; in Print()
139 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x", in PrintSoftwareInterrupt()
142 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", svc); in PrintSoftwareInterrupt()
226 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value); in FormatOption()
231 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value); in FormatOption()
[all …]