Home
last modified time | relevance | path

Searched defs:instruction_set (Results 1 – 8 of 8) 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.cpp316 const char* instruction_set, in RunDex2Oat()
1111 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path()
1356 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat()
1449 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file()
1473 const std::string& instruction_set, in maybe_open_oat_and_vdex_file()
1528 const std::string& instruction_set, in RunDexoptAnalyzer()
1601 const char* instruction_set) { in prepare_secondary_dex_oat_dir()
1873 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt()
2008 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt()
2497 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
[all …]
Dotapreopt.cpp706 const char *instruction_set) { in calculate_oat_file_path()
744 const char *instruction_set) { in calculate_odex_file_path()
775 const char *instruction_set) { in create_cache_path()
DInstalldNativeService.cpp1412 const char* instruction_set = instructionSet.c_str(); in rmdex() local
2112 const char* instruction_set = instructionSet.c_str(); in dexopt() local
2143 const char* instruction_set = instructionSet.c_str(); in markBootComplete() local
2490 const char* instruction_set = instructionSet.c_str(); in createOatDir() local
2561 const char* instruction_set = instructionSet.c_str(); in moveAb() local
2576 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local
/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.cpp73 const char *instruction_set) { in calculate_oat_file_path()
78 const char *instruction_set) { in calculate_odex_file_path()
82 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.cpp986 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local
1358 jstring instruction_set, jstring app_data_dir) { in com_android_internal_os_Zygote_nativeForkAndSpecialize()
1534 jboolean is_child_zygote, jstring instruction_set, jstring app_data_dir) { in com_android_internal_os_Zygote_nativeSpecializeAppProcess()