Home
last modified time | relevance | path

Searched refs:format_base (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc6070 const char* format_base = reg<const char*>(0);
6071 DCHECK_NOT_NULL(format_base);
6072 size_t length = strlen(format_base) + 1;
6082 if (format_base[i] != '%') {
6083 *format_scratch++ = format_base[i];
6085 if (format_base[i + 1] == '%') {
6087 *format_scratch++ = format_base[i];
6095 *format_scratch++ = format_base[++i];
6102 *format_scratch++ = format_base[i];
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc14506 const char* format_base = ReadRegister<const char*>(0); in Simulator() local
14507 VIXL_ASSERT(format_base != NULL); in Simulator()
14508 size_t length = strlen(format_base) + 1; in Simulator()
14517 if (format_base[i] != '%') { in Simulator()
14518 *format_scratch++ = format_base[i]; in Simulator()
14520 if (format_base[i + 1] == '%') { in Simulator()
14522 *format_scratch++ = format_base[i]; in Simulator()
14526 if (placeholder_count > 0) *format_scratch++ = format_base[i]; in Simulator()
14532 *format_scratch++ = format_base[i]; in Simulator()

Completed in 24 milliseconds