Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc191 isa_ = GetInstructionSetFromString(isa_str); in ParseArgs()
192 if (isa_ == InstructionSet::kNone) { in ParseArgs()
263 const void* isa_opt = reinterpret_cast<const void*>(GetInstructionSetString(isa_)); in CreateRuntime()
309 isa_, in GetDexOptNeeded()
367 InstructionSet isa_; member in art::DexoptAnalyzer
/art/compiler/optimizing/
Dcodegen_test_utils.h53 : isa_(isa), create_codegen_(create_codegen) { in CodegenTargetConfig()
55 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet()
61 InstructionSet isa_;
/art/compiler/utils/
Djni_macro_assembler.h286 const InstructionSet isa_; variable
288 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel()
326 CHECK_EQ(kIsa, label->isa_); in Cast()
/art/dex2oat/linker/
Delf_writer_quick.cc53 : isa_(isa), in DebugInfoTask()
63 result_ = debug::MakeMiniDebugInfo(isa_, in Run()
77 InstructionSet isa_; member in art::linker::DebugInfoTask
/art/runtime/
Doat_file_assistant.cc97 : isa_(isa), in OatFileAssistant()
123 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant()
132 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) { in OatFileAssistant()
623 isa_, in ValidateBootClassPathChecksums()
894 if (!context->OpenDexFiles(oat_file_assistant_->isa_, classpath_dir, context_fds)) { in ClassLoaderContextIsOkay()
Doat_file_assistant.h408 const InstructionSet isa_ = InstructionSet::kNone; variable
/art/libelffile/elf/
Delf_builder.h451 : isa_(isa), in ElfBuilder()
488 InstructionSet GetIsa() { return isa_; } in GetIsa()
568 Elf_Ehdr elf_header = MakeElfHeader(isa_); in End()
934 InstructionSet isa_; variable