Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h160 const char* const instruction_set_str = raw_option + strlen("--instruction-set="); in Parse() local
161 instruction_set_ = GetInstructionSetFromString(instruction_set_str); in Parse()
163 fprintf(stderr, "Unsupported instruction set %s\n", instruction_set_str); in Parse()