Searched defs:instruction_set (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | AndroidRuntime.cpp | 810 constexpr const char* instruction_set = "arm"; in startVm() local 812 constexpr const char* instruction_set = "arm64"; in startVm() local 814 constexpr const char* instruction_set = "mips"; in startVm() local 816 constexpr const char* instruction_set = "mips64"; in startVm() local 818 constexpr const char* instruction_set = "x86"; in startVm() local 820 constexpr const char* instruction_set = "x86_64"; in startVm() local 822 constexpr const char* instruction_set = "unknown"; in startVm() local
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 610 int rm_dex(const char *path, const char *instruction_set) in rm_dex() 750 const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set) in run_patchoat() 790 const char* output_file_name, int swap_fd, const char *instruction_set, in run_dex2oat() 1487 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() 1619 int dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() 1828 int mark_boot_complete(const char* instruction_set) in mark_boot_complete() 2077 int create_oat_dir(const char* oat_dir, const char* instruction_set) in create_oat_dir() 2192 int move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() 2263 bool delete_odex(const char *apk_path, const char *instruction_set, const char *oat_dir) { in delete_odex()
|
D | otapreopt.cpp | 737 const char *instruction_set) { in calculate_oat_file_path() 775 const char *instruction_set) { in calculate_odex_file_path() 806 const char *instruction_set) { in create_cache_path()
|
D | installd.cpp | 67 const char *instruction_set) { in calculate_oat_file_path() 101 const char *instruction_set) { in calculate_odex_file_path() 130 const char *instruction_set) { in create_cache_path()
|