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

  /art/compiler/
elf_writer_quick.cc 213 if (builder_->GetIsa() == kMips || builder_->GetIsa() == kMips64) {
226 new DebugInfoTask(builder_->GetIsa(),
elf_builder.h 495 InstructionSet GetIsa() { return isa_; }
    [all...]
  /art/compiler/debug/
elf_debug_line_writer.h 56 const bool is64bit = Is64BitInstructionSet(builder_->GetIsa());
69 switch (builder_->GetIsa()) {
elf_debug_frame_writer.h 215 const bool is64bit = Is64BitInstructionSet(builder->GetIsa());
220 WriteCIE(builder->GetIsa(), format, &buffer);
elf_debug_info_writer.h 116 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) {
460 owner_->builder_->GetIsa(),

Completed in 413 milliseconds