Searched refs:instruction_set_str (Results 1 – 2 of 2) sorted by relevance
984 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data(); in dex2oat() local985 if (instruction_set_str == "arm") { in dex2oat()987 } else if (instruction_set_str == "arm64") { in dex2oat()989 } else if (instruction_set_str == "mips") { in dex2oat()991 } else if (instruction_set_str == "x86") { in dex2oat()993 } else if (instruction_set_str == "x86_64") { in dex2oat()
1724 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data(); in oatdump() local1725 if (instruction_set_str == "arm") { in oatdump()1727 } else if (instruction_set_str == "arm64") { in oatdump()1729 } else if (instruction_set_str == "mips") { in oatdump()1731 } else if (instruction_set_str == "x86") { in oatdump()1733 } else if (instruction_set_str == "x86_64") { in oatdump()