Searched refs:StringAppendF (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | reference_table.cc | 131 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()
|
D | check_jni.cc | 422 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 …]
|
D | utils.cc | 563 StringAppendF(&result, "\\u%04x", ch); in PrintableChar() 587 StringAppendF(&result, "\\u%04x", ch); in PrintableString() 614 StringAppendF(&result, "_0%04x", ch); in MangleForJni()
|
D | jni_internal.cc | 3246 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()
|
D | class_linker.cc | 627 StringAppendF(&oat_fd_option, "%d", oat_fd); in GenerateOatFile()
|
/art/runtime/base/ |
D | stringprintf.h | 30 void StringAppendF(std::string* dst, const char* fmt, ...)
|
D | stringprintf.cc | 74 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 99 StringAppendF(&url, "jar:file://%s!/%s", location.c_str(), name.c_str()); in VMClassLoader_getBootClassPathResource()
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 282 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/ |
D | image_space.cc | 277 StringAppendF(&base_offset_arg, "%d", ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in RelocateImage()
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 2697 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()
|