Home
last modified time | relevance | path

Searched refs:instruction_set (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.h94 bool delete_odex(const char* apk_path, const char* instruction_set, const char* output_path);
105 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set,
112 const char *apk_path, const char *instruction_set);
115 const char *instruction_set);
118 const char *instruction_set);
120 bool move_ab(const char* apk_path, const char* instruction_set, const char* output_path);
Dinstalld.cpp55 const char *instruction_set) { in calculate_oat_file_path() argument
56 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()
60 const char *instruction_set) { in calculate_odex_file_path() argument
61 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument
65 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
Dinstalld_deps.h43 const char *instruction_set);
53 const char *instruction_set);
58 const char *instruction_set);
Ddexopt.cpp230 const char* instruction_set, const char* compiler_filter, in run_dex2oat() argument
236 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) { in run_dex2oat()
237 LOG(ERROR) << "Instruction set '" << instruction_set << "' longer than max length of " in run_dex2oat()
263 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in run_dex2oat()
269 sprintf(dex2oat_isa_variant_key, "dalvik.vm.isa.%s.variant", instruction_set); in run_dex2oat()
360 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set); in run_dex2oat()
1159 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() argument
1171 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path()
1175 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path()
1406 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() argument
[all …]
Dotapreopt.cpp313 if (parameters_.instruction_set == nullptr) { in PrepareBootImage()
317 const char* isa = parameters_.instruction_set; in PrepareBootImage()
578 parameters_.instruction_set, in Dexopt()
776 const char *instruction_set) { in calculate_oat_file_path() argument
801 instruction_set, in calculate_oat_file_path()
814 const char *instruction_set) { in calculate_odex_file_path() argument
832 instruction_set, in calculate_odex_file_path()
845 const char *instruction_set) { in create_cache_path() argument
863 instruction_set, in create_cache_path()
Dotapreopt_parameters.h38 const char* instruction_set; variable
Dotapreopt_parameters.cpp175 instruction_set = param; in ReadArgumentsV1()
300 instruction_set = param; in ReadArgumentsPostV1()
DInstalldNativeService.cpp1186 const char* instruction_set = instructionSet.c_str(); in rmdex() local
1192 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex()
1966 const char* instruction_set = instructionSet.c_str(); in dexopt() local
1976 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded, in dexopt()
1986 const char* instruction_set = instructionSet.c_str(); in markBootComplete() local
1993 instruction_set); in markBootComplete()
2321 const char* instruction_set = instructionSet.c_str(); in createOatDir() local
2333 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir()
2392 const char* instruction_set = instructionSet.c_str(); in moveAb() local
2395 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb()
[all …]
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp47 const char *instruction_set) { in calculate_oat_file_path() argument
48 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()
52 const char *instruction_set) { in calculate_odex_file_path() argument
53 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
56 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument
57 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
Dinstalld_cache_test.cpp53 const char *instruction_set ATTRIBUTE_UNUSED) { in calculate_oat_file_path()
59 const char *instruction_set ATTRIBUTE_UNUSED) { in calculate_odex_file_path()
65 const char *instruction_set ATTRIBUTE_UNUSED) { in create_cache_path()
Dinstalld_dexopt_test.cpp70 const char *instruction_set) { in calculate_oat_file_path() argument
71 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()
75 const char *instruction_set) { in calculate_odex_file_path() argument
76 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
79 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument
80 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
Dinstalld_otapreopt_test.cpp62 ASSERT_STREQ(params.instruction_set, args[i++]); in verifyPackageParameters()
/frameworks/av/media/libstagefright/codecs/common/
DAndroid.bp12 instruction_set: "arm",
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAndroid.bp11 instruction_set: "arm",
/frameworks/base/core/jni/
DAndroidRuntime.cpp878 constexpr const char* instruction_set = "arm"; in startVm() local
880 constexpr const char* instruction_set = "arm64"; in startVm() local
882 constexpr const char* instruction_set = "mips"; in startVm() local
884 constexpr const char* instruction_set = "mips64"; in startVm() local
886 constexpr const char* instruction_set = "x86"; in startVm() local
888 constexpr const char* instruction_set = "x86_64"; in startVm() local
890 constexpr const char* instruction_set = "unknown"; in startVm() local
897 sprintf(dex2oat_isa_variant_key, "dalvik.vm.isa.%s.variant", instruction_set); in startVm()
903 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set); in startVm()
/frameworks/native/opengl/libs/
DAndroid.bp120 instruction_set: "arm",
177 instruction_set: "arm",
/frameworks/av/media/libstagefright/codecs/mp3dec/
DAndroid.bp53 instruction_set: "arm",
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DAndroid.bp77 instruction_set: "arm",