Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc49 r->SetInstructionSet(isa); in CreateCalleeSaveMethod()
/art/runtime/arch/
Darch_test.cc49 runtime->SetInstructionSet(isa); in CheckFrameSize()
Dstub_test.cc42 runtime_->SetInstructionSet(kRuntimeISA); in SetUp()
/art/compiler/
Dexception_test.cc170 r->SetInstructionSet(kRuntimeISA); in TEST_F()
Dcommon_compiler_test.cc160 runtime_->SetInstructionSet(instruction_set); in SetUp()
/art/runtime/
Druntime.h426 void SetInstructionSet(InstructionSet instruction_set);
Druntime.cc1187 SetInstructionSet(instruction_set_); in Init()
1704 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc1422 runtime->SetInstructionSet(space->oat_file_non_owned_->GetOatHeader().GetInstructionSet()); in Init()
/art/dex2oat/
Ddex2oat.cc2229 runtime_->SetInstructionSet(instruction_set_); in CreateRuntime()