HomeSort by relevance Sort by last modified time
    Searched refs:instruction_set_arg (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
image_space.cc 254 std::string instruction_set_arg("--instruction-set=");
255 instruction_set_arg += GetInstructionSetString(isa);
266 argv.push_back(instruction_set_arg);
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 284 char instruction_set_arg[arraysize("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; local
301 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
401 argv[i++] = instruction_set_arg;
    [all...]

Completed in 672 milliseconds