Home | History | Annotate | Download | only in runtime

Lines Matching refs:instruction_set

1728 void Runtime::SetInstructionSet(InstructionSet instruction_set) {
1729 instruction_set_ = instruction_set;
1944 std::string instruction_set("--instruction-set=");
1945 instruction_set += GetInstructionSetString(kRuntimeISA);
1946 argv->push_back(instruction_set);