Home | History | Annotate | Download | only in dex2oat

Lines Matching full:instruction_set

157                      InstructionSet instruction_set,
160 if (!CreateRuntime(options, instruction_set)) {
164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count);
329 InstructionSet instruction_set,
332 instruction_set_(instruction_set),
338 static bool CreateRuntime(Runtime::Options& options, InstructionSet instruction_set)
352 runtime->SetCalleeSaveMethod(runtime->CreateCalleeSaveMethod(instruction_set, type), type);
603 InstructionSet instruction_set = kThumb2;
605 InstructionSet instruction_set = kX86;
607 InstructionSet instruction_set = kMips;
679 instruction_set = kThumb2;
681 instruction_set = kMips;
683 instruction_set = kX86;
875 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) {