Lines Matching refs:push_back
215 argv_str.push_back(profman_cmd); in ProcessProfiles()
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()
228 argv_str.push_back(profman_cmd); in GenerateTestProfile()
229 argv_str.push_back("--generate-test-profile=" + filename); in GenerateTestProfile()
237 argv_str.push_back(profman_cmd); in GenerateTestProfileWithInputDex()
238 argv_str.push_back("--generate-test-profile=" + filename); in GenerateTestProfileWithInputDex()
239 argv_str.push_back("--generate-test-profile-seed=0"); in GenerateTestProfileWithInputDex()
240 argv_str.push_back("--apk=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
241 argv_str.push_back("--dex-location=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
256 argv_str.push_back(profman_cmd); in CreateProfile()
257 argv_str.push_back("--create-profile-from=" + class_names_file.GetFilename()); in CreateProfile()
258 argv_str.push_back("--reference-profile-file=" + filename); in CreateProfile()
259 argv_str.push_back("--apk=" + dex_location); in CreateProfile()
260 argv_str.push_back("--dex-location=" + dex_location); in CreateProfile()
272 argv_str.push_back(profman_cmd); in RunProfman()
274 argv_str.push_back("--profile-file=" + filename); in RunProfman()
275 argv_str.push_back("--apk=" + GetLibCoreDexFileNames()[0]); in RunProfman()
276 argv_str.push_back("--dex-location=" + GetLibCoreDexFileNames()[0]); in RunProfman()
277 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(output_file))); in RunProfman()
292 extra_args.push_back("--dump-classes-and-methods"); in DumpClassesAndMethods()
298 extra_args.push_back("--dump-only"); in DumpOnly()
387 hot_methods_cur.push_back(i); in CheckCompilationMethodPercentChange()
390 hot_methods_ref.push_back(i); in CheckCompilationMethodPercentChange()
800 args.push_back(GetProfmanCmd()); in TEST_F()
801 args.push_back("--generate-boot-image-profile"); in TEST_F()
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()
805 args.push_back("--reference-profile-file=" + out_profile.GetFilename()); in TEST_F()
806 args.push_back("--apk=" + core_dex); in TEST_F()
807 args.push_back("--dex-location=" + core_dex); in TEST_F()
809 args.push_back("--profile-file=" + profile.GetFilename()); in TEST_F()
1111 hot_methods.push_back(i); in TEST_F()
1114 startup_methods.push_back(i); in TEST_F()
1117 post_startup_methods.push_back(i); in TEST_F()
1200 argv_str.push_back(profman_cmd); in TEST_F()
1201 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()
1202 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd())); in TEST_F()
1203 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1204 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get())); in TEST_F()
1278 argv_str.push_back(profman_cmd); in TEST_F()
1279 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()
1280 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1281 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get())); in TEST_F()
1282 argv_str.push_back("--copy-and-update-profile-key"); in TEST_F()
1328 argv_str.push_back(profman_cmd); in TEST_F()
1329 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()
1330 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd())); in TEST_F()
1331 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1332 argv_str.push_back("--store-aggregation-counters"); in TEST_F()