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 | 230 const char* instruction_set, const char* compiler_filter, in run_dex2oat() 1159 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() 1406 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() 1499 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file() 1523 const std::string& instruction_set, in maybe_open_oat_and_vdex_file() 1573 int zip_fd, const std::string& instruction_set, const std::string& compiler_filter, in exec_dexoptanalyzer() 1639 const char* instruction_set) { in prepare_secondary_dex_oat_dir() 1825 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt() 1951 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() 2424 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() [all …]
|
| D | otapreopt.cpp | 776 const char *instruction_set) { in calculate_oat_file_path() 814 const char *instruction_set) { in calculate_odex_file_path() 845 const char *instruction_set) { in create_cache_path()
|
| D | InstalldNativeService.cpp | 1186 const char* instruction_set = instructionSet.c_str(); in rmdex() local 1966 const char* instruction_set = instructionSet.c_str(); in dexopt() local 1986 const char* instruction_set = instructionSet.c_str(); in markBootComplete() local 2321 const char* instruction_set = instructionSet.c_str(); in createOatDir() local 2392 const char* instruction_set = instructionSet.c_str(); in moveAb() local 2407 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local
|
| /frameworks/native/cmds/installd/tests/ |
| D | installd_service_test.cpp | 47 const char *instruction_set) { in calculate_oat_file_path() 52 const char *instruction_set) { in calculate_odex_file_path() 56 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 | 70 const char *instruction_set) { in calculate_oat_file_path() 75 const char *instruction_set) { in calculate_odex_file_path() 79 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 | AndroidRuntime.cpp | 878 constexpr const char* instruction_set = "arm"; in startVm() local 880 constexpr const char* instruction_set = "arm64"; in startVm() local 882 constexpr const char* instruction_set = "mips"; in startVm() local 884 constexpr const char* instruction_set = "mips64"; in startVm() local 886 constexpr const char* instruction_set = "x86"; in startVm() local 888 constexpr const char* instruction_set = "x86_64"; in startVm() local 890 constexpr const char* instruction_set = "unknown"; in startVm() local
|