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.cc112 runtime_->SetInstructionSet(instruction_set_); in SetUp()
/art/runtime/
Druntime.cc1245 SetInstructionSet(runtime_options.GetOrDefault(Opt::ImageInstructionSet)); in Init()
1626 SetInstructionSet(instruction_set_); in Init()
2375 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet() function in art::Runtime
Druntime.h468 void SetInstructionSet(InstructionSet instruction_set);
/art/runtime/arch/
Dstub_test.cc48 runtime_->SetInstructionSet(kRuntimeISA); in SetUp()
/art/dex2oat/
Ddex2oat.cc2831 runtime_->SetInstructionSet(compiler_options_->GetInstructionSet()); in CreateRuntime()