Home
last modified time | relevance | path

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

12

/art/runtime/native/
Ddalvik_system_VMDebug.cc461 std::string output = std::to_string(heap->GetGcCount()); in VMDebug_getRuntimeStatInternal()
465 std::string output = std::to_string(NsToMs(heap->GetGcTime())); in VMDebug_getRuntimeStatInternal()
469 std::string output = std::to_string(heap->GetBytesAllocatedEver()); in VMDebug_getRuntimeStatInternal()
473 std::string output = std::to_string(heap->GetBytesFreedEver()); in VMDebug_getRuntimeStatInternal()
477 std::string output = std::to_string(heap->GetBlockingGcCount()); in VMDebug_getRuntimeStatInternal()
481 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime())); in VMDebug_getRuntimeStatInternal()
521 std::to_string(heap->GetGcCount()))) { in VMDebug_getRuntimeStatsInternal()
525 std::to_string(NsToMs(heap->GetGcTime())))) { in VMDebug_getRuntimeStatsInternal()
529 std::to_string(heap->GetBytesAllocatedEver()))) { in VMDebug_getRuntimeStatsInternal()
533 std::to_string(heap->GetBytesFreedEver()))) { in VMDebug_getRuntimeStatsInternal()
[all …]
/art/imgdiag/
Dimgdiag_test.cc89 "--image-diff-pid=" + std::to_string(image_diff_pid), in Exec()
90 "--zygote-diff-pid=" + std::to_string(image_diff_pid), in Exec()
/art/profman/
Dprofile_assistant_test.cc202 argv_str.push_back("--profile-file-fd=" + std::to_string(profiles_fd[k])); in ProcessProfiles()
204 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd)); in ProcessProfiles()
263 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(output_file))); in RunProfman()
846 args.push_back("--class-threshold=" + std::to_string(kDirtyThreshold)); in TEST_F()
847 args.push_back("--clean-class-threshold=" + std::to_string(kCleanThreshold)); in TEST_F()
848 args.push_back("--method-threshold=" + std::to_string(kMethodThreshold)); in TEST_F()
849 args.push_back("--preloaded-class-threshold=" + std::to_string(kPreloadedThreshold)); in TEST_F()
851 "--special-package=" + kSpecialPackage + ":" + std::to_string(kSpecialThreshold)); in TEST_F()
940 args.push_back("--class-threshold=" + std::to_string(kDirtyThreshold)); in TEST_F()
941 args.push_back("--clean-class-threshold=" + std::to_string(kCleanThreshold)); in TEST_F()
[all …]
Dprofile_assistant.cc129 *error += " (index=" + std::to_string(i) + ")"; in Init()
143 *error += " (index=" + std::to_string(i) + ")"; in Init()
/art/cmdline/
Dmemory_representation.h52 str = "Memory<" + std::to_string(kDivisor) + '>'; in Name()
Dcmdline_parser.h658 + std::to_string(size_t(i + min_tokens) - arguments_list.Size()) + in Parse()
666 "matched " + std::to_string(best_match_size) in Parse()
667 + " but wanted " + std::to_string(num_tokens.first)); in Parse()
Dcmdline_types.h106 + std::to_string(Divisor));
182 str = "Memory with granularity of " + std::to_string(Divisor) + " bytes";
/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.cc91 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/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc263 stream->Write(header + std::to_string(next_index_) + "," + key + "\n"); in Intern()
266 return std::to_string(map_[key]); in Intern()
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h405 + " at token " + std::to_string(idx)); in ParseArgument()
418 + " at token " + std::to_string(idx)); in ParseArgument()
/art/runtime/
Dcommon_runtime_test.cc464 argv.push_back("--image-fd=" + std::to_string(art_file->Fd())); in CompileBootImage()
465 argv.push_back("--output-vdex-fd=" + std::to_string(vdex_file->Fd())); in CompileBootImage()
466 argv.push_back("--oat-fd=" + std::to_string(oat_file->Fd())); in CompileBootImage()
Druntime_common.cc268 std::string reg_name = "x" + std::to_string(i); in Dump()
/art/libartbase/base/
Dcommon_art_test.cc559 std::to_string(dex_files[0]->GetLocationChecksum()); in CreateClassPathWithChecksums()
562 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/libprofile/profile/
Dprofile_compilation_info.cc514 << std::to_string(required_capacity) in Save()
516 << std::to_string(output_size); in Save()
517 VLOG(profiler) << "Time to save profile: " << std::to_string(total_time); in Save()
799 *error += std::to_string(dex_profile_index) + " " + std::to_string(number_of_dex_files); in ReadInlineCache()
1037 std::to_string(static_cast<uint32_t>(profile_key_size)); in ReadProfileLineHeader()
1407 std::to_string(uncompressed_data.CountUnreadBytes()) + " extra bytes"; in LoadInternal()
/art/dex2oat/
Ddex2oat_test.cc88 args.push_back("--oat-fd=" + std::to_string(oat_file->Fd()));
691 copy.push_back("--app-image-fd=" + std::to_string(app_image_file->Fd()));
1163 dex_files[0]->GetLocation() + "*" + std::to_string(dex_files[0]->GetLocationChecksum()) + "]"; in TEST_F()
1205 std::to_string(oat_dex_files[i]->GetLocationChecksum()); in TEST_F()
2163 { "--app-image-fd=" + std::to_string(app_image_file.GetFd()) }, in TEST_F()
2475 expected_stored_context += "!classes" + std::to_string(index) + ".dex"; in TEST_F()
2477 expected_stored_context += "*" + std::to_string(dex_file->GetLocationChecksum()); in TEST_F()
/art/runtime/jni/
Djava_vm_ext.cc953 jmethodID to_string = env->GetMethodID(local_class.get(), in LoadNativeLibrary() local
956 DCHECK(to_string != nullptr); in LoadNativeLibrary()
958 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/
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()
Dnodes_vector.h50 return "ALIGN(" + std::to_string(base_) + "," + std::to_string(offset_) + ")"; in ToString()
Dscheduler.cc414 return DataType::TypeId(instruction->GetType()) + std::to_string(instruction->GetId()); in InstructionTypeId()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc263 info.custom_name = base_name + "_" + std::to_string(i); in GenerateThunkDebugInfo()
/art/adbconnection/
Dadbconnection.cc854 "transport=dt_fd_forward,address=" + std::to_string(remote_agent_control_sock_); in MakeAgentArg()

12