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 256 std::string instruction_set_arg("--instruction-set=");
257 instruction_set_arg += GetInstructionSetString(isa);
268 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
307 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
407 argv[i++] = instruction_set_arg;
    [all...]

Completed in 67 milliseconds