Home
last modified time | relevance | path

Searched refs:GetIsa (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/linker/
Delf_writer_quick.cc244 if (builder_->GetIsa() == InstructionSet::kMips || in WriteDynamicSection()
245 builder_->GetIsa() == InstructionSet::kMips64) { in WriteDynamicSection()
257 new DebugInfoTask(builder_->GetIsa(), in PrepareDebugInfo()
/art/compiler/debug/
Delf_debug_frame_writer.h214 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
219 WriteCIE(builder->GetIsa(), format, &buffer); in WriteCFISection()
Delf_debug_info_writer.h121 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()
129 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()
486 owner_->builder_->GetIsa(),
Delf_debug_line_writer.h57 const InstructionSet isa = builder_->GetIsa(); in WriteCompilationUnit()
/art/compiler/linker/
Delf_builder.h565 InstructionSet GetIsa() { return isa_; } in GetIsa() function