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

/art/compiler/dex/quick/x86/
H A Dquick_assemble_x86_test.cc33 isa_ = target;
63 isa_,
76 cu_.reset(new CompilationUnit(pool_.get(), isa_, compiler_driver_.get(), nullptr));
85 isa_ == kX86 ? "x86" : "x86_64",
87 isa_ == kX86 ? " --32" : "",
91 isa_ == kX86 ?
127 InstructionSet isa_; member in class:art::QuickAssembleX86TestBase
/art/patchoat/
H A Dpatchoat.h64 isa_(kNone), timings_(timings) {}
68 delta_(delta), isa_(isa), timings_(timings) {}
73 delta_(delta), isa_(isa), timings_(timings) {}
147 if (InstructionSetPointerSize(isa_) == sizeof(uint32_t)) {
160 if (InstructionSetPointerSize(isa_) == 4) {
200 const InstructionSet isa_; member in class:art::PatchOat
/art/runtime/
H A Doat_file_assistant.h370 // In a properly constructed OatFileAssistant object, isa_ should be either
372 const InstructionSet isa_ = kNone; member in class:art::OatFileAssistant
/art/compiler/
H A Delf_builder.h497 : isa_(isa),
720 Elf_Ehdr elf_header = MakeElfHeader(isa_);
927 InstructionSet isa_; member in class:art::FINAL

Completed in 124 milliseconds