/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 467 std::string output = std::to_string(heap->GetGcCount()); in VMDebug_getRuntimeStatInternal() 471 std::string output = std::to_string(NsToMs(heap->GetGcTime())); in VMDebug_getRuntimeStatInternal() 475 std::string output = std::to_string(heap->GetBytesAllocatedEver()); in VMDebug_getRuntimeStatInternal() 479 std::string output = std::to_string(heap->GetBytesFreedEver()); in VMDebug_getRuntimeStatInternal() 483 std::string output = std::to_string(heap->GetBlockingGcCount()); in VMDebug_getRuntimeStatInternal() 487 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime())); in VMDebug_getRuntimeStatInternal() 527 std::to_string(heap->GetGcCount()))) { in VMDebug_getRuntimeStatsInternal() 531 std::to_string(NsToMs(heap->GetGcTime())))) { in VMDebug_getRuntimeStatsInternal() 535 std::to_string(heap->GetBytesAllocatedEver()))) { in VMDebug_getRuntimeStatsInternal() 539 std::to_string(heap->GetBytesFreedEver()))) { in VMDebug_getRuntimeStatsInternal() [all …]
|
/art/imgdiag/ |
D | imgdiag_test.cc | 94 "--image-diff-pid=" + std::to_string(image_diff_pid), in Exec() 95 "--zygote-diff-pid=" + std::to_string(image_diff_pid), in Exec()
|
/art/profman/ |
D | profile_assistant_test.cc | 217 argv_str.push_back("--profile-file-fd=" + std::to_string(profiles_fd[k])); in ProcessProfiles() 219 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd)); in ProcessProfiles() 277 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(output_file))); in RunProfman() 802 args.push_back("--boot-image-class-threshold=" + std::to_string(kDirtyThreshold)); in TEST_F() 803 args.push_back("--boot-image-clean-class-threshold=" + std::to_string(kCleanThreshold)); in TEST_F() 804 args.push_back("--boot-image-sampled-method-threshold=" + std::to_string(kMethodThreshold)); in TEST_F() 1145 const size_t pos = output.find(std::to_string(m) + "[],", hot_offset); in TEST_F() 1150 const size_t pos = output.find(std::to_string(m) + ",", startup_offset); in TEST_F() 1155 const size_t pos = output.find(std::to_string(m) + ",", post_startup_offset); in TEST_F() 1201 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F() [all …]
|
D | profile_assistant.cc | 104 *error += " (index=" + std::to_string(i) + ")"; in Init() 118 *error += " (index=" + std::to_string(i) + ")"; in Init()
|
D | profman.cc | 501 std::string fd_path = "/proc/self/fd/" + std::to_string(apks_fd_[i]); in ComputeDexLocationsFromApkFds()
|
/art/cmdline/ |
D | memory_representation.h | 52 str = "Memory<" + std::to_string(kDivisor) + '>'; in Name()
|
D | cmdline_parser.h | 573 + std::to_string(size_t(i + min_tokens) - arguments_list.Size()) + in Parse() 581 "matched " + std::to_string(best_match_size) in Parse() 582 + " but wanted " + std::to_string(num_tokens.first)); in Parse()
|
D | cmdline_types.h | 106 + std::to_string(Divisor));
|
/art/compiler/jit/ |
D | jit_logger.cc | 43 std::string pid_str = std::to_string(getpid()); in OpenPerfMapLog() 250 std::string pid_str = std::to_string(getpid()); in OpenJitDumpLog()
|
/art/dexlayout/ |
D | dexdiag_test.cc | 98 exec_argv.push_back(std::to_string(this_pid)); in Exec()
|
D | dex_visualize.cc | 43 return prefix + ((dex_file_index > 0) ? std::to_string(dex_file_index + 1) : "") + suffix; in MultidexName()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 420 << std::to_string(kProfileSizeErrorThresholdInBytes) in Save() 515 << std::to_string(kProfileSizeWarningThresholdInBytes); in Save() 529 << std::to_string(required_capacity) in Save() 531 << std::to_string(output_size); in Save() 532 VLOG(profiler) << "Time to save profile: " << std::to_string(total_time); in Save() 849 *error += std::to_string(dex_profile_index) + " " + std::to_string(number_of_dex_files); in ReadInlineCache() 1078 std::to_string(static_cast<uint32_t>(dex_location_size)); in ReadProfileLineHeader() 1410 << std::to_string(kProfileSizeErrorThresholdInBytes) in LoadInternal() 1416 << std::to_string(kProfileSizeWarningThresholdInBytes) in LoadInternal() 1494 std::to_string(uncompressed_data.CountUnreadBytes()) + " extra bytes"; in LoadInternal()
|
/art/cmdline/detail/ |
D | cmdline_parse_argument_detail.h | 351 + " at token " + std::to_string(idx)); in ParseArgument() 364 + " at token " + std::to_string(idx)); in ParseArgument()
|
/art/libartbase/base/ |
D | common_art_test.cc | 502 std::to_string(dex_files[0]->GetLocationChecksum()); in CreateClassPathWithChecksums() 505 std::to_string(dex_files[i]->GetLocationChecksum()); in CreateClassPathWithChecksums()
|
D | hash_set_test.cc | 349 hash_set.insert(std::to_string(hash_set.size())); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 87 args.push_back("--oat-fd=" + std::to_string(oat_file->Fd())); 679 copy.push_back("--app-image-fd=" + std::to_string(app_image_file->Fd())); 1131 dex_files[0]->GetLocation() + "*" + std::to_string(dex_files[0]->GetLocationChecksum()) + "]"; in TEST_F() 1173 std::to_string(oat_dex_files[i]->GetLocationChecksum()); in TEST_F() 2142 { "--app-image-fd=" + std::to_string(app_image_file.GetFd()) }, in TEST_F() 2339 expected_stored_context += "!classes" + std::to_string(index) + ".dex"; in TEST_F() 2341 expected_stored_context += "*" + std::to_string(dex_file->GetLocationChecksum()); in TEST_F()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 944 jmethodID to_string = env->GetMethodID(local_class.get(), in LoadNativeLibrary() local 947 DCHECK(to_string != nullptr); in LoadNativeLibrary() 949 env->CallObjectMethod(local_ref.get(), to_string)); in LoadNativeLibrary()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 723 jmethodID to_string = env_->GetMethodID( in TestCalls() local 725 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string); in TestCalls()
|
/art/compiler/optimizing/ |
D | nodes_vector.h | 50 return "ALIGN(" + std::to_string(base_) + "," + std::to_string(offset_) + ")"; in ToString()
|
D | induction_var_analysis.cc | 1384 return std::to_string(fetch->AsIntConstant()->GetValue()); in FetchToString() 1386 return std::to_string(fetch->AsLongConstant()->GetValue()); in FetchToString() 1388 return std::to_string(fetch->GetId()) + ":" + fetch->DebugName(); in FetchToString()
|
D | scheduler.cc | 430 return DataType::TypeId(instruction->GetType()) + std::to_string(instruction->GetId()); in InstructionTypeId()
|
/art/runtime/ |
D | runtime_common.cc | 268 std::string reg_name = "x" + std::to_string(i); in Dump()
|
D | subtype_check_test.cc | 44 path_to_root_ += std::to_string(x_); in MockClass()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 263 info.custom_name = base_name + "_" + std::to_string(i); in GenerateThunkDebugInfo()
|
/art/adbconnection/ |
D | adbconnection.cc | 870 "transport=dt_fd_forward,address=" + std::to_string(remote_agent_control_sock_); in MakeAgentArg()
|