Searched refs:isa_ (Results 1 – 9 of 9) sorted by relevance
/art/odrefresh/ |
D | odr_config.h | 103 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/ |
D | dexoptanalyzer.cc | 185 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/ |
D | jni_macro_assembler.h | 248 const InstructionSet isa_; variable 250 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {} in JNIMacroLabel() 288 CHECK_EQ(kIsa, label->isa_); in Cast()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 50 : isa_(isa), in DebugInfoTask() 60 result_ = debug::MakeMiniDebugInfo(isa_, in Run() 74 InstructionSet isa_; member in art::linker::DebugInfoTask
|
/art/compiler/optimizing/ |
D | codegen_test_utils.h | 58 : isa_(isa), create_codegen_(create_codegen) { in CodegenTargetConfig() 60 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() 66 InstructionSet isa_;
|
/art/runtime/ |
D | oat_file_assistant.cc | 118 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()
|
D | oat_file_assistant.h | 544 const InstructionSet isa_ = InstructionSet::kNone; variable
|
/art/libelffile/elf/ |
D | elf_builder.h | 461 : 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/ |
D | artd_test.cc | 346 isa_ = "arm64"; in SetUp() 349 .isa = isa_, in SetUp() 413 isa_, in RunDexopt() 452 std::string isa_; member in art::artd::__anona98499b20111::ArtdTest
|