Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc309 std::string instruction_set_arg("--instruction-set="); in RelocateImage() local
310 instruction_set_arg += GetInstructionSetString(isa); in RelocateImage()
325 argv.push_back(instruction_set_arg); in RelocateImage()