HomeSort by relevance Sort by last modified time
    Searched refs:SNPrintF (Results 1 - 25 of 48) sorted by null

1 2

  /external/v8/src/
version.cc 32 SNPrintF(str, "%d.%d.%d.%d%s%s", GetMajor(), GetMinor(), GetBuild(),
35 SNPrintF(str, "%d.%d.%d%s%s", GetMajor(), GetMinor(), GetBuild(),
47 SNPrintF(str, "libv8-%d.%d.%d.%d%s%s.so", GetMajor(), GetMinor(),
50 SNPrintF(str, "libv8-%d.%d.%d%s%s.so", GetMajor(), GetMinor(), GetBuild(),
55 SNPrintF(str, "%s", soname_);
code-tracer.h 27 SNPrintF(filename_, "code-%d-%d.asm", base::OS::GetCurrentProcessId(),
30 SNPrintF(filename_, "code-%d.asm", base::OS::GetCurrentProcessId());
disassembler.cc 55 SNPrintF(v8_buffer_, "%p (%s)", static_cast<void*>(pc), name);
63 SNPrintF(v8_buffer_, "%p <+0x%x>", static_cast<void*>(pc), offs);
72 SNPrintF(v8_buffer_, "%p (%s)", static_cast<void*>(pc),
110 SNPrintF(v8_buffer_, "root (%s)", obj_name.get());
125 SNPrintF(v8_buffer_, "external reference (%s)",
241 SNPrintF(decode_buffer,
249 SNPrintF(decode_buffer,
259 SNPrintF(
turbo-assembler.cc 128 SNPrintF(buffer, "-- Inlined Trampoline to %s --",
compilation-statistics.cc 75 base::OS::SNPrintF(buffer, kBufferSize,
80 base::OS::SNPrintF(buffer, kBufferSize, "%28s %10.3f (%5.1f%%) %10" PRIuS
string-stream.cc 143 int length = SNPrintF(formatted, temp.start(), value);
158 SNPrintF(formatted, temp.start(), value);
166 SNPrintF(formatted, temp.start(), value);
  /external/v8/src/s390/
disasm-s390.cc 130 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x",
133 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", svc);
250 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
272 out_buffer_pos_ += SNPrintF(
278 out_buffer_pos_ += SNPrintF(
305 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", value);
309 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", value);
313 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", value);
317 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
327 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value)
    [all...]
  /external/v8/src/extensions/
gc-extension.h 25 SNPrintF(Vector<char>(buf, static_cast<int>(size)),
  /external/v8/src/wasm/
memory-tracing.cc 21 SNPrintF(value, str ":" format, \
35 SNPrintF(value, "???");
  /external/v8/src/mips64/
disasm-mips64.cc 270 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
277 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
284 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd);
290 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msbd + 1);
299 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msb - lsb + 1);
306 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msbdminus32 + 32 + 1);
314 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", msbminus32 + 32 - lsb + 1);
321 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", lsbminus32 + 32);
328 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
335 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc)
    [all...]
simulator-mips64.cc 61 // ::v8::internal::OS in the same way as SNPrintF is that the Windows C Run-Time
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 258 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
265 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
272 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd);
279 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss + 1);
288 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss - pos + 1);
295 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
302 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
308 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2);
314 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm);
320 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm)
    [all...]
simulator-mips.cc 46 // ::v8::internal::OS in the same way as SNPrintF is that the Windows C Run-Time
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 212 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
219 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
232 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "#%d", imm);
240 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
287 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
292 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
402 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
405 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
408 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
411 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 139 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x",
142 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", svc);
226 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
231 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
252 SNPrintF(out_buffer_ + out_buffer_pos_, " cr%d", code);
261 out_buffer_pos_ += SNPrintF(
267 out_buffer_pos_ += SNPrintF(
286 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
310 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
317 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value)
    [all...]
  /external/v8/src/ast/
prettyprinter.cc 745 SNPrintF(buf, "%s (%p) (mode = %s", info, reinterpret_cast<void*>(var),
747 SNPrintF(buf + pos, ")");
1075 SNPrintF(buf, "PROPERTY%s - %s", property->is_static() ? " - STATIC" : "",
1160 SNPrintF(buf, "PROPERTY - %s", prop_kind);
    [all...]
  /external/v8/src/inspector/
string-16.cc 421 v8::base::OS::SNPrintF(buffer, kBufferSize, "%zu", number);
423 v8::base::OS::SNPrintF(buffer, kBufferSize, "%Iu", number);
499 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%d", number);
508 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%zu", number);
510 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%Iu", number);
520 v8::base::OS::SNPrintF(buffer, kBufferSize, "%016" PRIx64, number);
528 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%08" PRIx32, number);
string-util.cc 161 v8::base::OS::SNPrintF(buffer, kBufferSize, "(%08" PRIX64 "%08" PRIX64 ")",
  /external/v8/src/compiler/
graph-visualizer.cc 174 SNPrintF(filename, "turbo-%s-%i", debug_name.get(), optimization_id);
176 SNPrintF(filename, "turbo-%p-%i",
180 SNPrintF(filename, "turbo-none-%i", optimization_id);
190 SNPrintF(source_file, "%s", str->ToCString().get());
202 SNPrintF(base_dir, "%s%c", optional_base_dir,
210 SNPrintF(full_filename, "%s%s.%s", base_dir.start(), filename.start(),
213 SNPrintF(full_filename, "%s%s-%s.%s", base_dir.start(), filename.start(),
216 SNPrintF(full_filename, "%s%s_%s.%s", base_dir.start(), filename.start(),
219 SNPrintF(full_filename, "%s%s_%s-%s.%s", base_dir.start(), filename.start(),
code-generator.cc 207 int next = SNPrintF(
218 SNPrintF(buffer, " (loop up to %d)", block->loop_end().ToInt());
223 SNPrintF(buffer, " (in loop %d)", block->loop_header().ToInt());
226 SNPrintF(buffer, " --");
    [all...]
  /external/v8/src/tracing/
traced-value.cc 47 base::OS::SNPrintF(
  /external/v8/src/builtins/
builtins-date.cc 142 SNPrintF(str, "Invalid Date");
156 SNPrintF(str, "%s %s %02d %04d", kShortWeekDays[weekday],
161 SNPrintF(str, "%02d:%02d:%02d GMT%c%02d%02d (%s)", hour, min, sec,
167 SNPrintF(str, "%s %s %02d %04d %02d:%02d:%02d GMT%c%02d%02d (%s)",
    [all...]
  /external/v8/src/asmjs/
asm-js.cc 140 int length = SNPrintF(
162 int length = SNPrintF(text, "success, %0.3f ms", instantiate_time);
414 SNPrintF(error_reason, "Internal wasm failure: %s", thrower.error_msg());
  /external/v8/src/base/platform/
platform.h 202 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length,
platform-win32.cc 160 OS::SNPrintF(std_tz_name_, kTzNameSize - 1,
165 OS::SNPrintF(dst_tz_name_, kTzNameSize - 1,
650 int OS::SNPrintF(char* str, int length, const char* format, ...) {
    [all...]

Completed in 2141 milliseconds

1 2