Home
last modified time | relevance | path

Searched defs:instruction_set (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld.cpp55 const char *instruction_set) { in calculate_oat_file_path()
60 const char *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()
Dotapreopt_parameters.h38 const char* instruction_set; variable
Ddexopt.cpp998 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1122 const char* instruction_set, bool is_public, int uid, in open_vdex_files_for_dex2oat()
1203 const char* instruction_set, bool is_secondary_dex) { in open_oat_out_file()
1224 const std::string& instruction_set, in maybe_open_oat_and_vdex_file()
1262 const std::string& instruction_set, in RunDexoptAnalyzer()
1343 const char* instruction_set) { in prepare_secondary_dex_oat_dir()
1635 const char* instruction_set, const char* compiler_filter, bool* is_public_out, in process_secondary_dex_dexopt()
1787 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt()
2363 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2429 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
[all …]
Dotapreopt.cpp615 const char *instruction_set) { in calculate_oat_file_path()
653 const char *instruction_set) { in calculate_odex_file_path()
684 const char *instruction_set) { in create_cache_path()
Drun_dex2oat.cpp75 const char* instruction_set, in Initialize()
179 const char* instruction_set, in PrepareCompilerConfigFlags()
DInstalldNativeService.cpp2130 const char* instruction_set = instructionSet.c_str(); in rmdex() local
3104 const char* instruction_set = instructionSet.c_str(); in dexopt() local
3330 const char* instruction_set = instructionSet.c_str(); in createOatDir() local
3408 const char* instruction_set = instructionSet.c_str(); in moveAb() local
3427 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local
3787 const char* instruction_set = instructionSet.c_str(); in getOdexVisibility() local
Drun_dex2oat_test.cpp107 const char* instruction_set = nullptr; member
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp103 const char *instruction_set) { in calculate_oat_file_path()
108 const char *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()
Dinstalld_dexopt_test.cpp63 const char *instruction_set) { in calculate_oat_file_path()
68 const char *instruction_set) { in calculate_odex_file_path()
72 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp1758 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local
2355 jstring instruction_set, jstring app_data_dir, jboolean is_top_app, in com_android_internal_os_Zygote_nativeForkAndSpecialize()
2585 jboolean is_child_zygote, jstring instruction_set, jstring app_data_dir, in com_android_internal_os_Zygote_nativeSpecializeAppProcess()