Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h107 bool delete_odex(const char* apk_path, const char* instruction_set, const char* output_path);
118 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set,
125 const char *apk_path, const char *instruction_set);
128 const char *instruction_set);
131 const char *instruction_set);
133 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.cpp341 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
[all …]
Dotapreopt.cpp317 if (parameters_.instruction_set == nullptr) { in EnsureBootImageAndDalvikCache()
321 const char* isa = parameters_.instruction_set; in EnsureBootImageAndDalvikCache()
482 parameters_.instruction_set, in Dexopt()
610 const char *instruction_set) { in calculate_oat_file_path() argument
635 instruction_set, in calculate_oat_file_path()
648 const char *instruction_set) { in calculate_odex_file_path() argument
666 instruction_set, in calculate_odex_file_path()
679 const char *instruction_set) { in create_cache_path() argument
697 instruction_set, in create_cache_path()
Dotapreopt_parameters.cpp177 instruction_set = param; in ReadArgumentsV1()
304 instruction_set = param; in ReadArgumentsPostV1()
Dotapreopt_parameters.h38 const char* instruction_set; variable
DInstalldNativeService.cpp1505 const char* instruction_set = instructionSet.c_str(); in rmdex() local
1511 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex()
2301 const char* instruction_set = instructionSet.c_str(); in dexopt() local
2302 if (oat_dir != nullptr && !createOatDir(oat_dir, instruction_set).isOk()) { in dexopt()
2317 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded, in dexopt()
2665 const char* instruction_set = instructionSet.c_str(); in createOatDir() local
2677 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir()
2736 const char* instruction_set = instructionSet.c_str(); in moveAb() local
2739 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb()
2751 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local
[all …]
/frameworks/base/startop/scripts/app_startup/
Dquery_compiler_filter.py159 def find_first_compiler_filter(dexopt_state: DexoptState, package: str, instruction_set: str) -> st…
165 if not instruction_set:
168 if compiler_filter_info.isa == instruction_set:
213 filter = find_first_compiler_filter(dexopt_state, opts.package, opts.instruction_set)
220 …ind any compiler-filter for package %s, isa %s" %(opts.package, opts.instruction_set), file=sys.st…
/frameworks/av/media/libeffects/lvm/wrapper/
DAndroid.bp7 instruction_set: "arm",
47 instruction_set: "arm",
/frameworks/av/media/libstagefright/codecs/common/
DAndroid.bp10 instruction_set: "arm",
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAndroid.bp11 instruction_set: "arm",
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.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_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.cpp74 const char *instruction_set) { in calculate_oat_file_path() argument
75 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()
79 const char *instruction_set) { in calculate_odex_file_path() argument
80 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
83 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument
84 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/native/opengl/tests/gl_jni/
DAndroid.bp32 instruction_set: "arm",
/frameworks/av/media/libaudioprocessing/
DAndroid.bp82 instruction_set: "arm",
/frameworks/native/opengl/libs/
DAndroid.bp118 instruction_set: "arm",
184 instruction_set: "arm",
/frameworks/native/opengl/libagl/
DAndroid.bp83 instruction_set: "arm",
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp1132 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local
1146 instruction_set.has_value() && in SpecializeCommon()
1151 android::NeedsNativeBridge(instruction_set.value().c_str()); in SpecializeCommon()
1174 instruction_set.value().c_str()); in SpecializeCommon()
1525 jstring instruction_set, jstring app_data_dir, jboolean is_top_app) { in com_android_internal_os_Zygote_nativeForkAndSpecialize() argument
1561 is_child_zygote == JNI_TRUE, instruction_set, app_data_dir, in com_android_internal_os_Zygote_nativeForkAndSpecialize()
1725 jboolean is_child_zygote, jstring instruction_set, jstring app_data_dir, jboolean is_top_app) { in com_android_internal_os_Zygote_nativeSpecializeAppProcess() argument
1731 is_child_zygote == JNI_TRUE, instruction_set, app_data_dir, in com_android_internal_os_Zygote_nativeSpecializeAppProcess()
/frameworks/av/media/libeffects/lvm/lib/
DAndroid.bp7 instruction_set: "arm",
154 instruction_set: "arm",
/frameworks/av/media/libstagefright/codecs/mp3dec/
DAndroid.bp55 instruction_set: "arm",
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DAndroid.bp78 instruction_set: "arm",