Lines Matching refs:push_back

143       inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types));  in GetTestInlineCaches()
151 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches()
162 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ false, types)); in GetTestInlineCaches()
167 inline_caches.push_back(ProfileInlineCache(dex_pc, /* missing_types*/ true, types)); in GetTestInlineCaches()
200 argv_str.push_back(profman_cmd); in ProcessProfiles()
202 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()
214 argv_str.push_back(profman_cmd); in GenerateTestProfile()
215 argv_str.push_back("--generate-test-profile=" + filename); in GenerateTestProfile()
223 argv_str.push_back(profman_cmd); in GenerateTestProfileWithInputDex()
224 argv_str.push_back("--generate-test-profile=" + filename); in GenerateTestProfileWithInputDex()
225 argv_str.push_back("--generate-test-profile-seed=0"); in GenerateTestProfileWithInputDex()
226 argv_str.push_back("--apk=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
227 argv_str.push_back("--dex-location=" + GetLibCoreDexFileNames()[0]); in GenerateTestProfileWithInputDex()
242 argv_str.push_back(profman_cmd); in CreateProfile()
243 argv_str.push_back("--create-profile-from=" + class_names_file.GetFilename()); in CreateProfile()
244 argv_str.push_back("--reference-profile-file=" + filename); in CreateProfile()
245 argv_str.push_back("--apk=" + dex_location); in CreateProfile()
246 argv_str.push_back("--dex-location=" + dex_location); in CreateProfile()
258 argv_str.push_back(profman_cmd); in RunProfman()
260 argv_str.push_back("--profile-file=" + filename); in RunProfman()
261 argv_str.push_back("--apk=" + GetLibCoreDexFileNames()[0]); in RunProfman()
262 argv_str.push_back("--dex-location=" + GetLibCoreDexFileNames()[0]); in RunProfman()
263 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(output_file))); in RunProfman()
278 extra_args.push_back("--dump-classes-and-methods"); in DumpClassesAndMethods()
284 extra_args.push_back("--dump-only"); in DumpOnly()
372 hot_methods_cur.push_back(i); in CheckCompilationMethodPercentChange()
375 hot_methods_ref.push_back(i); in CheckCompilationMethodPercentChange()
844 args.push_back(GetProfmanCmd()); in TEST_F()
845 args.push_back("--generate-boot-image-profile"); in TEST_F()
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()
850 args.push_back( in TEST_F()
852 args.push_back("--profile-file=" + profile.GetFilename()); in TEST_F()
853 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
854 args.push_back("--out-preloaded-classes-path=" + out_preloaded_classes.GetFilename()); in TEST_F()
855 args.push_back("--apk=" + core_dex); in TEST_F()
856 args.push_back("--dex-location=" + core_dex); in TEST_F()
857 args.push_back("--preloaded-classes-blacklist=" + preloaded_class_blacklist.GetFilename()); in TEST_F()
938 args.push_back(GetProfmanCmd()); in TEST_F()
939 args.push_back("--generate-boot-image-profile"); 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()
942 args.push_back("--method-threshold=" + std::to_string(kMethodThreshold)); in TEST_F()
943 args.push_back("--profile-file=" + profile1.GetFilename()); in TEST_F()
944 args.push_back("--profile-file=" + profile2.GetFilename()); in TEST_F()
945 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
946 args.push_back("--out-preloaded-classes-path=" + out_preloaded_classes.GetFilename()); in TEST_F()
947 args.push_back("--apk=" + core_dex); in TEST_F()
948 args.push_back("--dex-location=" + core_dex); in TEST_F()
1220 hot_methods.push_back(i); in TEST_F()
1223 startup_methods.push_back(i); in TEST_F()
1226 post_startup_methods.push_back(i); in TEST_F()
1305 argv_str.push_back(profman_cmd); in TEST_F()
1306 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()
1307 argv_str.push_back("--profile-file-fd=" + std::to_string(profile2.GetFd())); in TEST_F()
1308 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1309 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get())); in TEST_F()
1383 argv_str.push_back(profman_cmd); in TEST_F()
1384 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd())); in TEST_F()
1385 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1386 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get())); in TEST_F()
1387 argv_str.push_back("--copy-and-update-profile-key"); in TEST_F()
1418 hot_methods_cur.push_back(i); in TEST_F()
1421 hot_methods_ref.push_back(i); in TEST_F()
1505 argv_str.push_back(profman_cmd); in TEST_F()
1506 argv_str.push_back("--profile-file-fd=" + std::to_string(profile.GetFd())); in TEST_F()
1507 argv_str.push_back("--reference-profile-file-fd=" + std::to_string(reference_profile.GetFd())); in TEST_F()
1508 argv_str.push_back("--apk-fd=" + std::to_string(apk_fd.get())); in TEST_F()
1509 argv_str.push_back("--force-merge"); in TEST_F()
1510 argv_str.push_back("--boot-image-merge"); in TEST_F()