Searched defs:instruction_set (Results 1 – 10 of 10) 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 | 989 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 …]
|
D | otapreopt.cpp | 609 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()
|
D | run_dex2oat.cpp | 75 const char* instruction_set, in Initialize() 177 const char* instruction_set, in PrepareCompilerConfigFlags()
|
D | InstalldNativeService.cpp | 2130 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
|
D | run_dex2oat_test.cpp | 107 const char* instruction_set = nullptr; member
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 103 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()
|
D | installd_dexopt_test.cpp | 77 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/ |
D | com_android_internal_os_Zygote.cpp | 1740 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()
|