/frameworks/native/cmds/installd/ |
D | dexopt.h | 110 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* output_path); 123 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set, 135 const char *apk_path, const char *instruction_set); 138 const char *instruction_set); 141 const char *instruction_set); 143 bool move_ab(const char* apk_path, const char* instruction_set, const char* output_path); 157 int get_odex_visibility(const char* apk_path, const char* instruction_set, const char* oat_dir);
|
D | installd_deps.h | 43 const char *instruction_set); 53 const char *instruction_set); 58 const char *instruction_set);
|
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 | dexopt.cpp | 989 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() argument 1001 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path() 1005 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path() 1114 const char* instruction_set, bool is_public, int uid, in open_vdex_files_for_dex2oat() argument 1144 if (calculate_odex_file_path(in_odex_path, apk_path, instruction_set)) { in open_vdex_files_for_dex2oat() 1195 const char* instruction_set, bool is_secondary_dex) { in open_oat_out_file() argument 1197 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, is_secondary_dex, out_oat_path)) { in open_oat_out_file() 1216 const std::string& instruction_set, in maybe_open_oat_and_vdex_file() argument 1222 instruction_set.c_str(), in maybe_open_oat_and_vdex_file() 1254 const std::string& instruction_set, in RunDexoptAnalyzer() argument [all …]
|
D | run_dex2oat.cpp | 75 const char* instruction_set, in Initialize() argument 91 PrepareCompilerConfigFlags(input_vdex, output_vdex, instruction_set, compiler_filter, in Initialize() 177 const char* instruction_set, in PrepareCompilerConfigFlags() argument 193 AddArg(StringPrintf("--instruction-set=%s", instruction_set)); in PrepareCompilerConfigFlags() 196 StringPrintf("dalvik.vm.isa.%s.features", instruction_set); in PrepareCompilerConfigFlags() 202 StringPrintf("dalvik.vm.isa.%s.variant", instruction_set); in PrepareCompilerConfigFlags()
|
D | otapreopt.cpp | 354 if (parameters_.instruction_set == nullptr) { in EnsureDalvikCache() 358 const char* isa = parameters_.instruction_set; in EnsureDalvikCache() 476 parameters_.instruction_set, in Dexopt() 609 const char *instruction_set) { in calculate_oat_file_path() argument 634 instruction_set, in calculate_oat_file_path() 647 const char *instruction_set) { in calculate_odex_file_path() argument 665 instruction_set, in calculate_odex_file_path() 678 const char *instruction_set) { in create_cache_path() argument 696 instruction_set, in create_cache_path()
|
D | run_dex2oat.h | 45 const char* instruction_set, 72 const char* instruction_set,
|
D | otapreopt_parameters.h | 38 const char* instruction_set; variable
|
D | otapreopt_parameters.cpp | 177 instruction_set = param; in ReadArgumentsV1() 304 instruction_set = param; in ReadArgumentsPostV1()
|
D | run_dex2oat_test.cpp | 94 args->instruction_set = "arm64"; in MakeDefaultTestArgs() 107 const char* instruction_set = nullptr; member 253 args->instruction_set, in CallRunDex2Oat() 348 args->instruction_set = "x86"; in TEST_F()
|
D | InstalldNativeService.cpp | 2130 const char* instruction_set = instructionSet.c_str(); in rmdex() local 2136 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex() 3089 const char* instruction_set = instructionSet.c_str(); in dexopt() local 3090 if (oat_dir != nullptr && !createOatDir(packageName, oat_dir, instruction_set).isOk()) { in dexopt() 3106 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded, in dexopt() 3315 const char* instruction_set = instructionSet.c_str(); in createOatDir() local 3327 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir() 3393 const char* instruction_set = instructionSet.c_str(); in moveAb() local 3396 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb() 3412 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/ |
D | Android.bp | 26 instruction_set: "arm", 65 instruction_set: "arm",
|
/frameworks/av/media/codecs/amrwb/enc/SampleCode/ |
D | Android.bp | 30 instruction_set: "arm",
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | Android.bp | 33 instruction_set: "arm",
|
/frameworks/native/cmds/installd/tests/ |
D | installd_cache_test.cpp | 54 const char *instruction_set ATTRIBUTE_UNUSED) { in calculate_oat_file_path() 60 const char *instruction_set ATTRIBUTE_UNUSED) { in calculate_odex_file_path() 66 const char *instruction_set ATTRIBUTE_UNUSED) { in create_cache_path()
|
D | installd_service_test.cpp | 103 const char *instruction_set) { in calculate_oat_file_path() argument 104 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path() 108 const char *instruction_set) { in calculate_odex_file_path() argument 109 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path() 112 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument 113 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|
D | installd_dexopt_test.cpp | 77 const char *instruction_set) { in calculate_oat_file_path() argument 78 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path() 82 const char *instruction_set) { in calculate_odex_file_path() argument 83 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path() 86 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path() argument 87 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 | 41 instruction_set: "arm",
|
/frameworks/av/media/libaudioprocessing/ |
D | Android.bp | 92 instruction_set: "arm",
|
/frameworks/av/media/libeffects/lvm/lib/ |
D | Android.bp | 26 instruction_set: "arm", 136 instruction_set: "arm",
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 122 instruction_set: "arm", 196 instruction_set: "arm",
|
/frameworks/av/media/codecs/mp3dec/ |
D | Android.bp | 104 instruction_set: "arm",
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 1740 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local 1752 bool need_pre_initialize_native_bridge = !is_system_server && instruction_set.has_value() && in SpecializeCommon() 1757 android::NeedsNativeBridge(instruction_set.value().c_str()); in SpecializeCommon() 1804 instruction_set.value().c_str()); in SpecializeCommon() 2312 jstring instruction_set, jstring app_data_dir, jboolean is_top_app, in com_android_internal_os_Zygote_nativeForkAndSpecialize() argument 2355 instruction_set, app_data_dir, is_top_app == JNI_TRUE, pkg_data_info_list, in com_android_internal_os_Zygote_nativeForkAndSpecialize() 2539 jboolean is_child_zygote, jstring instruction_set, jstring app_data_dir, in com_android_internal_os_Zygote_nativeSpecializeAppProcess() argument 2547 instruction_set, app_data_dir, is_top_app == JNI_TRUE, pkg_data_info_list, in com_android_internal_os_Zygote_nativeSpecializeAppProcess()
|
/frameworks/av/media/codecs/amrwb/enc/ |
D | Android.bp | 101 instruction_set: "arm",
|