Searched refs:GetIsa (Results 1 – 9 of 9) sorted by relevance
79 InstructionSet isa = GetIsa(); in Driver()135 virtual InstructionSet GetIsa() = 0;138 return CommonArtTest::GetAndroidTool(tool_name.c_str(), GetIsa()); in FindTool()142 InstructionSet isa = GetIsa(); in GetAssemblerCommand()155 switch (GetIsa()) { in GetDisassemblerCommand()
48 InstructionSet GetIsa() override { return InstructionSet::kThumb2; } in GetIsa() function in art::arm::ArmVIXLAssemblerTest
191 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()193 WriteCIE(builder->GetIsa(), &buffer); in WriteCFISection()
106 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()114 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()468 owner_->builder_->GetIsa(),
53 const InstructionSet isa = builder_->GetIsa(); in WriteCompilationUnit()
250 builder_->GetIsa(), in PrepareDebugInfo()
498 InstructionSet GetIsa() { return isa_; } in GetIsa() function
148 InstructionSet GetIsa() override { in GetIsa() function in art::AssemblerX86_64Test2501 InstructionSet GetIsa() override { in GetIsa() function in art::JNIMacroAssemblerX86_64Test
61 InstructionSet GetIsa() override { in GetIsa() function in art::AssemblerX86Test