HomeSort by relevance Sort by last modified time
    Searched refs:SetInstructionSet (Results 1 - 8 of 8) sorted by null

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 36 r->SetInstructionSet(isa);
  /art/runtime/arch/
arch_test.cc 34 r->SetInstructionSet(isa);
stub_test.cc 40 runtime_->SetInstructionSet(kRuntimeISA);
    [all...]
  /art/compiler/
common_compiler_test.cc 301 runtime_->SetInstructionSet(instruction_set);
  /art/runtime/
runtime.h 380 void SetInstructionSet(InstructionSet instruction_set);
runtime.cc 828 SetInstructionSet(kRuntimeISA);
    [all...]
  /art/runtime/gc/space/
image_space.cc 709 runtime->SetInstructionSet(space->oat_file_->GetOatHeader().GetInstructionSet());
    [all...]
  /art/dex2oat/
dex2oat.cc 536 runtime->SetInstructionSet(instruction_set);
    [all...]

Completed in 729 milliseconds