Searched defs:instruction_set (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/cmds/installd/ |
D | installd.cpp | 55 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()
|
D | otapreopt_parameters.h | 38 const char* instruction_set; variable
|
D | dexopt.cpp | 316 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 …]
|
D | otapreopt.cpp | 706 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()
|
D | InstalldNativeService.cpp | 1412 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/ |
D | installd_service_test.cpp | 55 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()
|
D | installd_dexopt_test.cpp | 73 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/ |
D | com_android_internal_os_Zygote.cpp | 986 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()
|