Searched defs:instruction_set (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/jni/ |
| D | AndroidRuntime.cpp | 809 constexpr const char* instruction_set = "arm"; in startVm() local 811 constexpr const char* instruction_set = "arm64"; in startVm() local 813 constexpr const char* instruction_set = "mips"; in startVm() local 815 constexpr const char* instruction_set = "mips64"; in startVm() local 817 constexpr const char* instruction_set = "x86"; in startVm() local 819 constexpr const char* instruction_set = "x86_64"; in startVm() local 821 constexpr const char* instruction_set = "unknown"; in startVm() local
|
| /frameworks/native/cmds/installd/ |
| 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 | commands.cpp | 552 int rm_dex(const char *path, const char *instruction_set) in rm_dex() 692 const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set) in run_patchoat() 732 const char* output_file_name, int swap_fd, const char *instruction_set, in run_dex2oat() 1429 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() 1561 int dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() 1770 int mark_boot_complete(const char* instruction_set) in mark_boot_complete() 2019 int create_oat_dir(const char* oat_dir, const char* instruction_set) in create_oat_dir() 2134 int move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
|
| 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()
|