Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints_test.cc50 r->SetInstructionSet(isa); in CreateCalleeSaveMethod()
/aosp_15_r20/art/compiler/
H A Dexception_test.cc193 r->SetInstructionSet(kRuntimeISA); in TEST_F()
H A Dcommon_compiler_test.cc224 runtime->SetInstructionSet(instruction_set_); in SetUp()
/aosp_15_r20/art/runtime/
H A Druntime.cc1595 SetInstructionSet(runtime_options.GetOrDefault(Opt::ImageInstructionSet)); in Init()
2025 SetInstructionSet(instruction_set_); in Init()
2830 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet() function in art::Runtime
H A Druntime.h560 EXPORT void SetInstructionSet(InstructionSet instruction_set);
/aosp_15_r20/art/runtime/arch/
H A Dstub_test.cc48 runtime_->SetInstructionSet(kRuntimeISA); in SetUp()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2739 runtime_->SetInstructionSet(compiler_options_->GetInstructionSet()); in CreateRuntime()