HomeSort by relevance Sort by last modified time
    Searched refs:GetIsa (Results 1 - 5 of 5) sorted by null

  /art/dex2oat/linker/
elf_writer_quick.cc 244 if (builder_->GetIsa() == InstructionSet::kMips ||
245 builder_->GetIsa() == InstructionSet::kMips64) {
257 new DebugInfoTask(builder_->GetIsa(),
  /art/compiler/debug/
elf_debug_frame_writer.h 214 const bool is64bit = Is64BitInstructionSet(builder->GetIsa());
219 WriteCIE(builder->GetIsa(), format, &buffer);
elf_debug_line_writer.h 57 const InstructionSet isa = builder_->GetIsa();
elf_debug_info_writer.h 121 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) {
129 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa());
486 owner_->builder_->GetIsa(),
  /art/compiler/linker/
elf_builder.h 565 InstructionSet GetIsa() { return isa_; }
    [all...]

Completed in 1241 milliseconds