/frameworks/native/cmds/installd/ |
D | dexopt.h | 107 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);
|
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 | 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 [all …]
|
D | otapreopt.cpp | 317 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()
|
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 | 1505 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/ |
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 | 7 instruction_set: "arm", 47 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | Android.bp | 10 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | Android.bp | 11 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 | 74 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()
|
D | installd_otapreopt_test.cpp | 62 ASSERT_STREQ(params.instruction_set, args[i++]); in verifyPackageParameters()
|
/frameworks/native/opengl/tests/gl_jni/ |
D | Android.bp | 32 instruction_set: "arm",
|
/frameworks/av/media/libaudioprocessing/ |
D | Android.bp | 82 instruction_set: "arm",
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 118 instruction_set: "arm", 184 instruction_set: "arm",
|
/frameworks/native/opengl/libagl/ |
D | Android.bp | 83 instruction_set: "arm",
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 1132 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/ |
D | Android.bp | 7 instruction_set: "arm", 154 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | Android.bp | 55 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | Android.bp | 78 instruction_set: "arm",
|