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.cpp989 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1114 const char* instruction_set, bool is_public, int uid, in open_vdex_files_for_dex2oat()
1195 const char* instruction_set, bool is_secondary_dex) { in open_oat_out_file()
1216 const std::string& instruction_set, in maybe_open_oat_and_vdex_file()
1254 const std::string& instruction_set, in RunDexoptAnalyzer()
1335 const char* instruction_set) { in prepare_secondary_dex_oat_dir()
1627 const char* instruction_set, const char* compiler_filter, bool* is_public_out, in process_secondary_dex_dexopt()
1779 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt()
2353 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2419 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
[all …]
Dotapreopt.cpp609 const char *instruction_set) { in calculate_oat_file_path()
647 const char *instruction_set) { in calculate_odex_file_path()
678 const char *instruction_set) { in create_cache_path()
Drun_dex2oat.cpp75 const char* instruction_set, in Initialize()
177 const char* instruction_set, in PrepareCompilerConfigFlags()
DInstalldNativeService.cpp2130 const char* instruction_set = instructionSet.c_str(); in rmdex() local
3089 const char* instruction_set = instructionSet.c_str(); in dexopt() local
3315 const char* instruction_set = instructionSet.c_str(); in createOatDir() local
3393 const char* instruction_set = instructionSet.c_str(); in moveAb() local
3412 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local
3772 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.cpp77 const char *instruction_set) { in calculate_oat_file_path()
82 const char *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()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp1740 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local
2312 jstring instruction_set, jstring app_data_dir, jboolean is_top_app, 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()