Home | History | Annotate | Download | only in oatdump

Lines Matching refs:instruction_set_str

1724       StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data();
1725 if (instruction_set_str == "arm") {
1727 } else if (instruction_set_str == "arm64") {
1729 } else if (instruction_set_str == "mips") {
1731 } else if (instruction_set_str == "x86") {
1733 } else if (instruction_set_str == "x86_64") {