Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h103 InstructionSet isa_; variable
125 isa_(InstructionSet::kNone), in OdrConfig()
234 void SetIsa(const InstructionSet isa) { isa_ = isa; } in SetIsa()
280 switch (isa_) { in GetPotentialInstructionSets()
291 LOG(FATAL) << "Invalid instruction set " << isa_; in GetPotentialInstructionSets()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc185 isa_ = GetInstructionSetFromString(isa_str); in ParseArgs()
186 if (isa_ == InstructionSet::kNone) { in ParseArgs()
262 const void* isa_opt = reinterpret_cast<const void*>(GetInstructionSetString(isa_)); in CreateRuntime()
320 isa_, in GetDexOptNeeded()
388 InstructionSet isa_; member in art::dexoptanalyzer::DexoptAnalyzer
/art/compiler/utils/
Djni_macro_assembler.h248 const InstructionSet isa_; variable
250 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel()
288 CHECK_EQ(kIsa, label->isa_); in Cast()
/art/dex2oat/linker/
Delf_writer_quick.cc50 : isa_(isa), in DebugInfoTask()
60 result_ = debug::MakeMiniDebugInfo(isa_, in Run()
74 InstructionSet isa_; member in art::linker::DebugInfoTask
/art/compiler/optimizing/
Dcodegen_test_utils.h58 : isa_(isa), create_codegen_(create_codegen) { in CodegenTargetConfig()
60 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet()
66 InstructionSet isa_;
/art/runtime/
Doat_file_assistant.cc118 isa_(isa), in OatFileAssistant()
173 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant()
197 isa_, in OatFileAssistant()
864 isa_, in ValidateBootClassPathChecksums()
878 return !GetOatFileAssistantContext()->GetBootImageInfoList(isa_).empty(); in IsPrimaryBootImageUsable()
Doat_file_assistant.h544 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()
968 InstructionSet isa_; variable
/art/artd/
Dartd_test.cc346 isa_ = "arm64"; in SetUp()
349 .isa = isa_, in SetUp()
413 isa_, in RunDexopt()
452 std::string isa_; member in art::artd::__anona98499b20111::ArtdTest