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/utils/
Djni_macro_assembler.h249 const InstructionSet isa_; variable
251 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel()
289 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/compiler/optimizing/
Dcodegen_test_utils.h63 : isa_(isa), create_codegen_(create_codegen) { in CodegenTargetConfig()
65 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet()
71 InstructionSet isa_;
/art/runtime/
Doat_file_assistant.cc96 : isa_(isa), in OatFileAssistant()
122 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant()
131 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) { in OatFileAssistant()
648 isa_, in ValidateBootClassPathChecksums()
927 if (!context->OpenDexFiles(oat_file_assistant_->isa_, classpath_dir, context_fds)) { in ClassLoaderContextIsOkay()
Doat_file_assistant.h418 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