Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h52 InstructionSet isa_; variable
61 isa_(InstructionSet::kNone), in OdrConfig()
129 void SetIsa(const InstructionSet isa) { isa_ = isa; } in SetIsa()
145 switch (isa_) { in GetPotentialInstructionSets()
154 LOG(FATAL) << "Invalid instruction set " << isa_; in GetPotentialInstructionSets()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc191 isa_ = GetInstructionSetFromString(isa_str); in ParseArgs()
192 if (isa_ == InstructionSet::kNone) { in ParseArgs()
265 const void* isa_opt = reinterpret_cast<const void*>(GetInstructionSetString(isa_)); in CreateRuntime()
323 isa_, in GetDexOptNeeded()
465 InstructionSet isa_; member in art::dexoptanalyzer::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/dex2oat/linker/
Delf_writer_quick.cc51 : isa_(isa), in DebugInfoTask()
61 result_ = debug::MakeMiniDebugInfo(isa_, in Run()
75 InstructionSet isa_; member in art::linker::DebugInfoTask
/art/compiler/utils/
Djni_macro_assembler.h283 const InstructionSet isa_; variable
285 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel()
323 CHECK_EQ(kIsa, label->isa_); in Cast()
/art/runtime/
Doat_file_assistant.cc103 isa_(isa), in OatFileAssistant()
135 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant()
151 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) { in OatFileAssistant()
653 isa_ == kRuntimeISA && in ValidateBootClassPathChecksums()
663 isa_, in ValidateBootClassPathChecksums()
Doat_file_assistant.h424 const InstructionSet isa_ = InstructionSet::kNone; variable
/art/libelffile/elf/
Delf_builder.h461 : isa_(isa), in ElfBuilder()
498 InstructionSet GetIsa() { return isa_; } in GetIsa()
578 Elf_Ehdr elf_header = MakeElfHeader(isa_); in End()
961 InstructionSet isa_; variable