Home
last modified time | relevance | path

Searched refs:to_string (Results 1 – 25 of 27) sorted by relevance

12

/art/runtime/native/
Ddalvik_system_VMDebug.cc467 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/
Dimgdiag_test.cc94 "--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/
Dprofile_assistant_test.cc217 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 …]
Dprofile_assistant.cc104 *error += " (index=" + std::to_string(i) + ")"; in Init()
118 *error += " (index=" + std::to_string(i) + ")"; in Init()
Dprofman.cc501 std::string fd_path = "/proc/self/fd/" + std::to_string(apks_fd_[i]); in ComputeDexLocationsFromApkFds()
/art/cmdline/
Dmemory_representation.h52 str = "Memory<" + std::to_string(kDivisor) + '>'; in Name()
Dcmdline_parser.h573 + 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()
Dcmdline_types.h106 + std::to_string(Divisor));
/art/compiler/jit/
Djit_logger.cc43 std::string pid_str = std::to_string(getpid()); in OpenPerfMapLog()
250 std::string pid_str = std::to_string(getpid()); in OpenJitDumpLog()
/art/dexlayout/
Ddexdiag_test.cc98 exec_argv.push_back(std::to_string(this_pid)); in Exec()
Ddex_visualize.cc43 return prefix + ((dex_file_index > 0) ? std::to_string(dex_file_index + 1) : "") + suffix; in MultidexName()
/art/libprofile/profile/
Dprofile_compilation_info.cc420 << 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/
Dcmdline_parse_argument_detail.h351 + " at token " + std::to_string(idx)); in ParseArgument()
364 + " at token " + std::to_string(idx)); in ParseArgument()
/art/libartbase/base/
Dcommon_art_test.cc502 std::to_string(dex_files[0]->GetLocationChecksum()); in CreateClassPathWithChecksums()
505 std::to_string(dex_files[i]->GetLocationChecksum()); in CreateClassPathWithChecksums()
Dhash_set_test.cc349 hash_set.insert(std::to_string(hash_set.size())); in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc87 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/
Djava_vm_ext.cc944 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/
Djni_test.cc723 jmethodID to_string = env_->GetMethodID( in TestCalls() local
725 jstring exception_string = (jstring) env_->CallObjectMethod(thrown, to_string); in TestCalls()
/art/compiler/optimizing/
Dnodes_vector.h50 return "ALIGN(" + std::to_string(base_) + "," + std::to_string(offset_) + ")"; in ToString()
Dinduction_var_analysis.cc1384 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()
Dscheduler.cc430 return DataType::TypeId(instruction->GetType()) + std::to_string(instruction->GetId()); in InstructionTypeId()
/art/runtime/
Druntime_common.cc268 std::string reg_name = "x" + std::to_string(i); in Dump()
Dsubtype_check_test.cc44 path_to_root_ += std::to_string(x_); in MockClass()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc263 info.custom_name = base_name + "_" + std::to_string(i); in GenerateThunkDebugInfo()
/art/adbconnection/
Dadbconnection.cc870 "transport=dt_fd_forward,address=" + std::to_string(remote_agent_control_sock_); in MakeAgentArg()

12