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

1 2

  /external/v8/src/
version.cc 36 SNPrintF(str, "%d.%d.%d.%d%s%s",
40 SNPrintF(str, "%d.%d.%d%s%s",
53 SNPrintF(str, "libv8-%d.%d.%d.%d%s.so",
56 SNPrintF(str, "libv8-%d.%d.%d%s.so",
61 SNPrintF(str, "%s", soname_);
disassembler.cc 44 SNPrintF(v8_buffer_, "%s (%p)", name, static_cast<void*>(pc));
52 SNPrintF(v8_buffer_, "%d (%p)", offs, static_cast<void*>(pc));
100 SNPrintF(decode_buffer,
108 SNPrintF(decode_buffer,
117 SNPrintF(
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 142 int length = SNPrintF(formatted, temp.start(), value);
157 SNPrintF(formatted, temp.start(), value);
165 SNPrintF(formatted, temp.start(), value);
objects-printer.cc 841 SNPrintF(
    [all...]
perf-jit.cc 123 int size = SNPrintF(perf_dump_name, kFilenameFormatString,
utils.cc 129 int SNPrintF(Vector<char> str, const char* format, ...) {
  /external/v8/src/extensions/
gc-extension.h 25 SNPrintF(Vector<char>(buf, static_cast<int>(size)),
  /external/v8/src/s390/
disasm-s390.cc 131 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x",
134 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", svc);
260 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
282 out_buffer_pos_ += SNPrintF(
288 out_buffer_pos_ += SNPrintF(
315 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", value);
319 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", value);
323 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", value);
327 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
337 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value)
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 227 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
234 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
241 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd);
248 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss + 1);
257 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss - pos + 1);
264 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
271 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
278 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm);
286 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm);
293 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x", imm)
    [all...]
simulator-mips64.cc 60 // ::v8::internal::OS in the same way as SNPrintF is that the Windows C Run-Time
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 219 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
226 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sa);
233 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", sd);
240 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss + 1);
249 SNPrintF(out_buffer_ + out_buffer_pos_, "%d", ss - pos + 1);
256 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
263 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
269 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2);
276 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%u", imm);
283 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", imm)
    [all...]
simulator-mips.cc 45 // ::v8::internal::OS in the same way as SNPrintF is that the Windows C Run-Time
    [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);
227 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
232 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", value);
253 SNPrintF(out_buffer_ + out_buffer_pos_, " cr%d", code);
262 out_buffer_pos_ += SNPrintF(
268 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/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_,
403 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
406 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
409 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_,
412 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_
    [all...]
  /external/v8/src/ast/
prettyprinter.cc 446 int pos = SNPrintF(*buf, "%s", node_name);
448 pos += SNPrintF(*buf + pos, " Slot(%d)", slot.ToInt());
626 SNPrintF(buf, "%s (mode = %s", info, VariableMode2String(var->mode()));
627 SNPrintF(buf + pos, ")");
943 SNPrintF(buf, "PROPERTY%s - %s", property->is_static() ? " - STATIC" : "",
981 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1000 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1034 SNPrintF(buf, "PROPERTY - %s", prop_kind);
1046 SNPrintF(buf, "literal_slot = %d\n", node->literal_slot().ToInt());
1063 SNPrintF(buf + pos, " unresolved")
    [all...]
  /external/v8/src/inspector/
string-16.cc 377 v8::base::OS::SNPrintF(buffer, kBufferSize, "%zu", number);
379 v8::base::OS::SNPrintF(buffer, kBufferSize, "%Iu", number);
446 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%d", number);
455 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%zu", number);
457 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%Iu", number);
  /external/v8/src/compiler/
graph-visualizer.cc 40 SNPrintF(filename, "turbo-%s-%i", debug_name.get(), attempt);
42 SNPrintF(filename, "turbo-%s", debug_name.get());
46 SNPrintF(filename, "turbo-%p-%i", static_cast<void*>(info), attempt);
48 SNPrintF(filename, "turbo-none-%s", phase);
57 SNPrintF(source_file, "%s", str->ToCString().get());
69 SNPrintF(full_filename, "%s.%s", filename.start(), suffix);
71 SNPrintF(full_filename, "%s-%s.%s", filename.start(), phase, suffix);
73 SNPrintF(full_filename, "%s_%s.%s", filename.start(), source_file.start(),
76 SNPrintF(full_filename, "%s_%s-%s.%s", filename.start(),
code-generator.cc 137 int next = SNPrintF(
148 SNPrintF(buffer, " (loop up to %d)", block->loop_end().ToInt());
153 SNPrintF(buffer, " (in loop %d)", block->loop_header().ToInt());
156 SNPrintF(buffer, " --");
    [all...]
  /external/v8/src/asmjs/
asm-js.cc 222 length = base::OS::SNPrintF(text, arraysize(text), "success");
224 length = base::OS::SNPrintF(
333 length = base::OS::SNPrintF(text, arraysize(text), "success");
335 length = base::OS::SNPrintF(text, arraysize(text), "success, %0.3f ms",
asm-types.cc 338 int length = base::OS::SNPrintF(digits, arraysize(digits), "%" PRIu32, u32);
  /external/v8/src/tracing/
traced-value.cc 47 base::OS::SNPrintF(
  /external/v8/src/builtins/
builtins-date.cc 151 SNPrintF(str, "Invalid Date");
165 SNPrintF(str, "%s %s %02d %4d", kShortWeekDays[weekday],
169 SNPrintF(str, "%02d:%02d:%02d GMT%c%02d%02d (%s)", hour, min, sec,
174 SNPrintF(str, "%s %s %02d %4d %02d:%02d:%02d GMT%c%02d%02d (%s)",
778 SNPrintF(ArrayVector(buffer), "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", year,
781 SNPrintF(ArrayVector(buffer), "-%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", -year,
784 SNPrintF(ArrayVector(buffer), "+%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", year,
    [all...]
  /external/v8/src/base/platform/
platform.h 236 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length,
platform-win32.cc 148 OS::SNPrintF(std_tz_name_, kTzNameSize - 1,
153 OS::SNPrintF(dst_tz_name_, kTzNameSize - 1,
646 int OS::SNPrintF(char* str, int length, const char* format, ...) {
    [all...]

Completed in 301 milliseconds

1 2