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 | 341 const char* instruction_set, in RunDex2Oat() 1196 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() 1436 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() 1529 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file() 1553 const std::string& instruction_set, in maybe_open_oat_and_vdex_file() 1608 const std::string& instruction_set, in RunDexoptAnalyzer() 1681 const char* instruction_set) { in prepare_secondary_dex_oat_dir() 1953 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt() 2088 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() 2585 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() [all …]
|
D | otapreopt.cpp | 610 const char *instruction_set) { in calculate_oat_file_path() 648 const char *instruction_set) { in calculate_odex_file_path() 679 const char *instruction_set) { in create_cache_path()
|
D | InstalldNativeService.cpp | 1505 const char* instruction_set = instructionSet.c_str(); in rmdex() local 2301 const char* instruction_set = instructionSet.c_str(); in dexopt() local 2665 const char* instruction_set = instructionSet.c_str(); in createOatDir() local 2736 const char* instruction_set = instructionSet.c_str(); in moveAb() local 2751 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 | 74 const char *instruction_set) { in calculate_oat_file_path() 79 const char *instruction_set) { in calculate_odex_file_path() 83 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 | 1132 auto instruction_set = extract_fn(managed_instruction_set); in SpecializeCommon() local 1525 jstring instruction_set, jstring app_data_dir, jboolean is_top_app) { in com_android_internal_os_Zygote_nativeForkAndSpecialize() 1725 jboolean is_child_zygote, jstring instruction_set, jstring app_data_dir, jboolean is_top_app) { in com_android_internal_os_Zygote_nativeSpecializeAppProcess()
|