/frameworks/native/cmds/installd/ |
D | dexopt.h | 103 bool delete_odex(const char* apk_path, const char* instruction_set, const char* output_path); 114 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set, 121 const char *apk_path, const char *instruction_set); 124 const char *instruction_set); 127 const char *instruction_set); 129 bool move_ab(const char* apk_path, const char* instruction_set, const char* output_path);
|
D | installd.cpp | 55 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()
|
D | installd_deps.h | 43 const char *instruction_set); 53 const char *instruction_set); 58 const char *instruction_set);
|
D | dexopt.cpp | 316 const char* instruction_set, in RunDex2Oat() argument 349 StringPrintf("dalvik.vm.isa.%s.features", instruction_set); in RunDex2Oat() 354 StringPrintf("dalvik.vm.isa.%s.variant", instruction_set); in RunDex2Oat() 419 std::string instruction_set_arg = StringPrintf("--instruction-set=%s", instruction_set); in RunDex2Oat() 1111 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() argument 1123 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path() 1127 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path() 1356 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() argument 1379 if (calculate_odex_file_path(in_odex_path, apk_path, instruction_set)) { in open_vdex_files_for_dex2oat() 1449 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file() argument [all …]
|
D | otapreopt.cpp | 318 if (parameters_.instruction_set == nullptr) { in PrepareBootImage() 322 const char* isa = parameters_.instruction_set; in PrepareBootImage() 563 parameters_.instruction_set, in Dexopt() 706 const char *instruction_set) { in calculate_oat_file_path() argument 731 instruction_set, in calculate_oat_file_path() 744 const char *instruction_set) { in calculate_odex_file_path() argument 762 instruction_set, in calculate_odex_file_path() 775 const char *instruction_set) { in create_cache_path() argument 793 instruction_set, in create_cache_path()
|
D | otapreopt_parameters.cpp | 177 instruction_set = param; in ReadArgumentsV1() 304 instruction_set = param; in ReadArgumentsPostV1()
|
D | otapreopt_parameters.h | 38 const char* instruction_set; variable
|
D | InstalldNativeService.cpp | 1412 const char* instruction_set = instructionSet.c_str(); in rmdex() local 1418 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex() 2112 const char* instruction_set = instructionSet.c_str(); in dexopt() local 2122 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded, in dexopt() 2143 const char* instruction_set = instructionSet.c_str(); in markBootComplete() local 2150 instruction_set); in markBootComplete() 2490 const char* instruction_set = instructionSet.c_str(); in createOatDir() local 2502 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir() 2561 const char* instruction_set = instructionSet.c_str(); in moveAb() local 2564 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb() [all …]
|
/frameworks/base/startop/scripts/app_startup/ |
D | query_compiler_filter.py | 159 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/ |
D | Android.bp | 10 instruction_set: "arm", 52 instruction_set: "arm",
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 55 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()
|
D | installd_cache_test.cpp | 53 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()
|
D | installd_dexopt_test.cpp | 73 const char *instruction_set) { in calculate_oat_file_path() argument 74 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path() 78 const char *instruction_set) { in calculate_odex_file_path() argument 79 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path() 82 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument 83 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|
D | installd_otapreopt_test.cpp | 62 ASSERT_STREQ(params.instruction_set, args[i++]); in verifyPackageParameters()
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | Android.bp | 9 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | Android.bp | 11 instruction_set: "arm",
|
/frameworks/native/opengl/tests/gl_jni/ |
D | Android.bp | 31 instruction_set: "arm",
|
/frameworks/av/media/libaudioprocessing/ |
D | Android.bp | 56 instruction_set: "arm",
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 986 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local 999 instruction_set.has_value() && in SpecializeCommon() 1001 android::NeedsNativeBridge(instruction_set.value().c_str()); in SpecializeCommon() 1033 instruction_set.value().c_str()); in SpecializeCommon() 1358 jstring instruction_set, jstring app_data_dir) { in com_android_internal_os_Zygote_nativeForkAndSpecialize() argument 1389 is_child_zygote == JNI_TRUE, instruction_set, app_data_dir); in com_android_internal_os_Zygote_nativeForkAndSpecialize() 1534 jboolean is_child_zygote, jstring instruction_set, jstring app_data_dir) { in com_android_internal_os_Zygote_nativeSpecializeAppProcess() argument 1540 is_child_zygote == JNI_TRUE, instruction_set, app_data_dir); in com_android_internal_os_Zygote_nativeSpecializeAppProcess()
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 120 instruction_set: "arm", 183 instruction_set: "arm",
|
/frameworks/native/opengl/libagl/ |
D | Android.bp | 96 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | Android.bp | 53 instruction_set: "arm",
|
/frameworks/av/media/libeffects/lvm/lib/ |
D | Android.bp | 7 instruction_set: "arm", 156 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | Android.bp | 77 instruction_set: "arm",
|