Searched defs:profile_was_updated (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1287 // If this is for a profile guided compilation, profile_was_updated will tell whether or not
1290 const char* compiler_filter, bool profile_was_updated) {
1310 const char* argv[5 + (profile_was_updated ? 1 : 0)];
1316 if (profile_was_updated) {
1458 bool profile_was_updated = analyze_profiles(uid, dex_path, /*is_secondary_dex*/true); local
1465 exec_dexoptanalyzer(dex_path, instruction_set, compiler_filter, profile_was_updated);
1289 exec_dexoptanalyzer(const std::string& dex_file, const char* instruction_set, const char* compiler_filter, bool profile_was_updated) argument

Completed in 125 milliseconds