Lines Matching refs:profile_file
400 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutExec() local
401 CreateProfile(dex_file, profile_file, dex_file); in DexFileLayoutExec()
406 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutExec()
412 if (!UnlinkFile(dex_file) || !UnlinkFile(profile_file) || !UnlinkFile(output_dex)) { in DexFileLayoutExec()
442 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutFixedPointExec() local
443 CreateProfile(dex_file, profile_file, dex_file); in DexFileLayoutFixedPointExec()
449 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutFixedPointExec()
456 CreateProfile(dex_file, profile_file, output_dex); in DexFileLayoutFixedPointExec()
461 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex }; in DexFileLayoutFixedPointExec()
473 std::vector<std::string> test_files = { dex_file, profile_file, output_dex, second_output_dex }; in DexFileLayoutFixedPointExec()
517 ScratchFile* profile_file, in DexLayoutExec() argument
523 if (profile_file != nullptr) { in DexLayoutExec()
524 CreateProfile(dex_file->GetFilename(), profile_file->GetFilename(), dex_file->GetFilename()); in DexLayoutExec()
725 ScratchFile profile_file; in TEST_F() local
732 "-p", profile_file.GetFilename(), in TEST_F()
738 &profile_file, in TEST_F()
763 ScratchFile profile_file; in TEST_F() local
770 "-p", profile_file.GetFilename(), in TEST_F()
776 &profile_file, in TEST_F()