Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc50 r->SetInstructionSet(isa); in CreateCalleeSaveMethod()
/art/compiler/
Dexception_test.cc174 r->SetInstructionSet(kRuntimeISA); in TEST_F()
Dcommon_compiler_test.cc110 runtime_->SetInstructionSet(instruction_set_); in SetUp()
/art/runtime/
Druntime.h437 void SetInstructionSet(InstructionSet instruction_set);
Druntime.cc1175 SetInstructionSet(runtime_options.GetOrDefault(Opt::ImageInstructionSet)); in Init()
1569 SetInstructionSet(instruction_set_); in Init()
2284 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet() function in art::Runtime
/art/runtime/arch/
Dstub_test.cc48 runtime_->SetInstructionSet(kRuntimeISA); in SetUp()
/art/dex2oat/
Ddex2oat.cc2556 runtime_->SetInstructionSet(compiler_options_->GetInstructionSet()); in CreateRuntime()