Searched refs:instruction_set_str (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc672 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data(); local
673 if (instruction_set_str == "arm") {
675 } else if (instruction_set_str == "mips") {
677 } else if (instruction_set_str == "x86") {

Completed in 255 milliseconds