Lines Matching refs:to_string
217 argv_str.push_back("--profile-file-fd=" + std::to_string(profiles_fd[k]));
219 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile_fd));
277 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(output_file)));
802 args.push_back("--boot-image-class-threshold=" + std::to_string(kDirtyThreshold));
803 args.push_back("--boot-image-clean-class-threshold=" + std::to_string(kCleanThreshold));
804 args.push_back("--boot-image-sampled-method-threshold=" + std::to_string(kMethodThreshold));
1145 const size_t pos = output.find(std::to_string(m) + "[],", hot_offset);
1150 const size_t pos = output.find(std::to_string(m) + ",", startup_offset);
1155 const size_t pos = output.find(std::to_string(m) + ",", post_startup_offset);
1201 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd()));
1202 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd()));
1203 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd()));
1204 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get()));
1279 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd()));
1280 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd()));
1281 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get()));
1329 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd()));
1330 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd()));
1331 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd()));