Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h187 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
189 WriteCIE(builder->GetIsa(), &buffer); in WriteCFISection()
Delf_debug_info_writer.h105 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()
113 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()
467 owner_->builder_->GetIsa(),
Delf_debug_line_writer.h52 const InstructionSet isa = builder_->GetIsa(); in WriteCompilationUnit()
/art/dex2oat/linker/
Delf_writer_quick.cc253 builder_->GetIsa(), in PrepareDebugInfo()
/art/libelffile/elf/
Delf_builder.h488 InstructionSet GetIsa() { return isa_; } in GetIsa() function