Lines Matching refs:profile_file
397 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutExec() local
398 CreateProfile(dex_file, profile_file, dex_file); in DexFileLayoutExec()
403 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutExec()
409 if (!UnlinkFile(dex_file) || !UnlinkFile(profile_file) || !UnlinkFile(output_dex)) { in DexFileLayoutExec()
439 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutFixedPointExec() local
440 CreateProfile(dex_file, profile_file, dex_file); in DexFileLayoutFixedPointExec()
446 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutFixedPointExec()
453 CreateProfile(dex_file, profile_file, output_dex); in DexFileLayoutFixedPointExec()
458 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex }; in DexFileLayoutFixedPointExec()
470 std::vector<std::string> test_files = { dex_file, profile_file, output_dex, second_output_dex }; in DexFileLayoutFixedPointExec()
514 ScratchFile* profile_file, in DexLayoutExec() argument
520 if (profile_file != nullptr) { in DexLayoutExec()
521 CreateProfile(dex_file->GetFilename(), profile_file->GetFilename(), dex_file->GetFilename()); in DexLayoutExec()
730 ScratchFile profile_file; in TEST_F() local
737 "-p", profile_file.GetFilename(), in TEST_F()
743 &profile_file, in TEST_F()
768 ScratchFile profile_file; in TEST_F() local
775 "-p", profile_file.GetFilename(), in TEST_F()
781 &profile_file, in TEST_F()