Searched refs:isa_ (Results 1 – 7 of 7) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 191 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/ |
D | jni_macro_assembler.h | 249 const InstructionSet isa_; variable 251 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel() 289 CHECK_EQ(kIsa, label->isa_); in Cast()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 53 : isa_(isa), in DebugInfoTask() 63 result_ = debug::MakeMiniDebugInfo(isa_, in Run() 77 InstructionSet isa_; member in art::linker::DebugInfoTask
|
/art/compiler/optimizing/ |
D | codegen_test_utils.h | 63 : isa_(isa), create_codegen_(create_codegen) { in CodegenTargetConfig() 65 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() 71 InstructionSet isa_;
|
/art/runtime/ |
D | oat_file_assistant.cc | 96 : 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()
|
D | oat_file_assistant.h | 418 const InstructionSet isa_ = InstructionSet::kNone; variable
|
/art/libelffile/elf/ |
D | elf_builder.h | 451 : isa_(isa), in ElfBuilder() 488 InstructionSet GetIsa() { return isa_; } in GetIsa() 568 Elf_Ehdr elf_header = MakeElfHeader(isa_); in End() 934 InstructionSet isa_; variable
|