Lines Matching refs:instruction_set

341                const char* instruction_set,  in RunDex2Oat()  argument
389 StringPrintf("dalvik.vm.isa.%s.features", instruction_set); in RunDex2Oat()
394 StringPrintf("dalvik.vm.isa.%s.variant", instruction_set); in RunDex2Oat()
477 std::string instruction_set_arg = StringPrintf("--instruction-set=%s", instruction_set); in RunDex2Oat()
1196 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() argument
1208 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path()
1212 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path()
1436 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() argument
1459 if (calculate_odex_file_path(in_odex_path, apk_path, instruction_set)) { in open_vdex_files_for_dex2oat()
1529 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file() argument
1531 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, is_secondary_dex, out_oat_path)) { in open_oat_out_file()
1553 const std::string& instruction_set, in maybe_open_oat_and_vdex_file() argument
1559 instruction_set.c_str(), in maybe_open_oat_and_vdex_file()
1608 const std::string& instruction_set, in RunDexoptAnalyzer() argument
1624 std::string isa_arg = "--isa=" + instruction_set; in RunDexoptAnalyzer()
1681 const char* instruction_set) { in prepare_secondary_dex_oat_dir() argument
1699 if (prepare_app_cache_dir(oat_dir, instruction_set, oat_dir_mode, uid, uid) != 0) { in prepare_secondary_dex_oat_dir()
1953 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt() argument
1968 dex_path, instruction_set, oat_dir, oat_isa_dir, oat_path, error_msg)) { in process_secondary_dex_dexopt()
2004 if (!prepare_secondary_dex_oat_dir(dex_path, uid, instruction_set)) { in process_secondary_dex_dexopt()
2013 instruction_set, in process_secondary_dex_dexopt()
2031 instruction_set, in process_secondary_dex_dexopt()
2088 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() argument
2132 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt()
2169 instruction_set, is_secondary_dex, out_oat_path); in dexopt()
2178 if (!open_vdex_files_for_dex2oat(dex_path, out_oat_path, dexopt_needed, instruction_set, in dexopt()
2233 instruction_set, in dexopt()
2585 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() argument
2608 if (!calculate_oat_file_path(a_path, oat_dir, apk_path, instruction_set)) { in move_ab()
2651 bool delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex() argument
2654 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, in delete_odex()
2694 static bool is_valid_instruction_set(const std::string& instruction_set) { in is_valid_instruction_set() argument
2696 if (instruction_set.find('/') != std::string::npos) { in is_valid_instruction_set()
2697 LOG(ERROR) << "Invalid instruction set " << instruction_set; in is_valid_instruction_set()
2705 const char *apk_path, const char *instruction_set) { in calculate_oat_file_path_default() argument
2708 std::string instruction_set_ = instruction_set; in calculate_oat_file_path_default()
2721 std::string res_ = oat_dir_ + '/' + instruction_set + '/' in calculate_oat_file_path_default()
2734 const char *instruction_set) { in calculate_odex_file_path_default() argument
2736 std::string instruction_set_ = instruction_set; in calculate_odex_file_path_default()
2749 return calculate_oat_file_path_default(path, oat_dir.c_str(), apk_path, instruction_set); in calculate_odex_file_path_default()
2753 const char *instruction_set) { in create_cache_path_default() argument
2755 std::string instruction_set_ = instruction_set; in create_cache_path_default()