Home
last modified time | relevance | path

Searched refs:StringAppendF (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dreference_table.cc131 StringAppendF(&className, " (%zd elements)", element_count); in DumpSummaryLine()
137 StringAppendF(&msg, " (%d unique instances)", equiv + 1); in DumpSummaryLine()
186 StringAppendF(&extras, " (%zd elements)", element_count); in Dump()
191 StringAppendF(&extras, " \"%s\"", utf8.c_str()); in Dump()
193 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength()); in Dump()
Dcheck_jni.cc422 StringAppendF(&msg, "%d", b); in Check()
424 StringAppendF(&msg, "%#x (%d)", b, b); in Check()
429 StringAppendF(&msg, "U+%x ('%c')", c, c); in Check()
431 StringAppendF(&msg, "U+%x", c); in Check()
434 StringAppendF(&msg, "%g", va_arg(ap, double)); in Check()
436 StringAppendF(&msg, "%d", va_arg(ap, int)); in Check()
438 StringAppendF(&msg, "%" PRId64, va_arg(ap, jlong)); in Check()
440 StringAppendF(&msg, "%s", va_arg(ap, int) ? "true" : "false"); in Check()
445 StringAppendF(&msg, "(JavaVM*)%p", vm); in Check()
448 StringAppendF(&msg, "(JNIEnv*)%p", env); in Check()
[all …]
Dutils.cc563 StringAppendF(&result, "\\u%04x", ch); in PrintableChar()
587 StringAppendF(&result, "\\u%04x", ch); in PrintableString()
614 StringAppendF(&result, "_0%04x", ch); in MangleForJni()
Djni_internal.cc3246 StringAppendF(detail, "Shared library \"%s\" already opened by " in LoadNativeLibrary()
3255 StringAppendF(detail, "JNI_OnLoad failed on a previous attempt " in LoadNativeLibrary()
3352 StringAppendF(detail, "JNI_ERR returned from JNI_OnLoad in \"%s\"", path.c_str()); in LoadNativeLibrary()
3354 StringAppendF(detail, "Bad JNI version returned from JNI_OnLoad in \"%s\": %d", in LoadNativeLibrary()
Dclass_linker.cc627 StringAppendF(&oat_fd_option, "%d", oat_fd); in GenerateOatFile()
/art/runtime/base/
Dstringprintf.h30 void StringAppendF(std::string* dst, const char* fmt, ...)
Dstringprintf.cc74 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
/art/runtime/native/
Djava_lang_VMClassLoader.cc99 StringAppendF(&url, "jar:file://%s!/%s", location.c_str(), name.c_str()); in VMClassLoader_getBootClassPathResource()
/art/compiler/dex/quick/
Dcodegen_util.cc282 StringAppendF(&buf, " : s%d", RegStorage::RegNum(v_reg_map.fp_reg)); in DumpPromotionMap()
287 StringAppendF(&buf3, "%02d", i); in DumpPromotionMap()
291 StringAppendF(&buf3, "ct%d", i - cu_->num_dalvik_registers); in DumpPromotionMap()
/art/runtime/gc/space/
Dimage_space.cc277 StringAppendF(&base_offset_arg, "%d", ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in RelocateImage()
/art/compiler/llvm/
Dgbc_expander.cc2697 art::StringAppendF(&name, "B%04x.%s", dex_pc, postfix); in CreateBasicBlockWithDexPC()
2758 …art::StringAppendF(&lpadname, "lpad%d_%04x_to_%04x", ti_offset, ti->start_addr_, ti->handler_off_); in GetLandingPadBasicBlock()