Searched defs:isa_ (Results 1 - 7 of 7) sorted by relevance

/art/compiler/utils/
H A Djni_macro_assembler.h235 const InstructionSet isa_; member in class:art::JNIMacroLabel
237 explicit JNIMacroLabel(InstructionSet isa) : isa_(isa) {}
275 CHECK_EQ(kIsa, label->isa_);
/art/compiler/
H A Delf_writer_quick.cc59 : isa_(isa),
67 result_ = debug::MakeMiniDebugInfo(isa_,
79 InstructionSet isa_; member in class:art::DebugInfoTask
H A Delf_builder.h510 : isa_(isa),
545 InstructionSet GetIsa() { return isa_; }
643 Elf_Ehdr elf_header = MakeElfHeader(isa_, features_);
690 if (isa_ == kMips || isa_ == kMips64) {
975 InstructionSet isa_; member in class:art::FINAL
/art/compiler/optimizing/
H A Dcodegen_test_utils.h69 : isa_(isa), create_codegen_(create_codegen) {
71 InstructionSet GetInstructionSet() const { return isa_; }
77 InstructionSet isa_; member in class:art::CodegenTargetConfig
/art/dexoptanalyzer/
H A Ddexoptanalyzer.cc152 isa_ = GetInstructionSetFromString(isa_str.c_str());
153 if (isa_ == kNone) {
187 const void* isa_opt = reinterpret_cast<const void*>(GetInstructionSetString(isa_));
219 OatFileAssistant oat_file_assistant(dex_file_.c_str(), isa_, /*load_executable*/ false);
247 InstructionSet isa_; member in class:art::FINAL
/art/patchoat/
H A Dpatchoat.h62 delta_(delta), isa_(isa), space_map_(map), timings_(timings) {}
152 return InstructionSetPointerSize(isa_) == PointerSize::k32;
185 const InstructionSet isa_; member in class:art::PatchOat
/art/runtime/
H A Doat_file_assistant.h428 // In a properly constructed OatFileAssistant object, isa_ should be either
430 const InstructionSet isa_ = kNone; member in class:art::OatFileAssistant

Completed in 1282 milliseconds