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.cpp891 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1024 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat()
1119 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex) { in open_oat_out_file()
1143 const std::string& instruction_set, in maybe_open_oat_and_vdex_file()
1181 const std::string& instruction_set, in RunDexoptAnalyzer()
1262 const char* instruction_set) { in prepare_secondary_dex_oat_dir()
1536 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt()
1673 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt()
2199 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2265 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
[all …]
Dotapreopt.cpp618 const char *instruction_set) { in calculate_oat_file_path()
656 const char *instruction_set) { in calculate_odex_file_path()
687 const char *instruction_set) { in create_cache_path()
Drun_dex2oat.cpp79 const char* instruction_set, in Initialize()
181 const char* instruction_set, in PrepareCompilerConfigFlags()
DInstalldNativeService.cpp1526 const char* instruction_set = instructionSet.c_str(); in rmdex() local
2416 const char* instruction_set = instructionSet.c_str(); in dexopt() local
2580 const char* instruction_set = instructionSet.c_str(); in createOatDir() local
2651 const char* instruction_set = instructionSet.c_str(); in moveAb() local
2667 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local
Drun_dex2oat_test.cpp107 const char* instruction_set = nullptr; member
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.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()
Dinstalld_dexopt_test.cpp75 const char *instruction_set) { in calculate_oat_file_path()
80 const char *instruction_set) { in calculate_odex_file_path()
84 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.cpp1571 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local
2133 jstring instruction_set, jstring app_data_dir, jboolean is_top_app, in com_android_internal_os_Zygote_nativeForkAndSpecialize()
2360 jboolean is_child_zygote, jstring instruction_set, jstring app_data_dir, in com_android_internal_os_Zygote_nativeSpecializeAppProcess()