Searched refs:Is64BitInstructionSet (Results 1 – 18 of 18) sorted by relevance
116 if (Is64BitInstructionSet(isa)) { in MakeMiniDebugInfo()195 if (Is64BitInstructionSet(isa)) { in MakeElfFileForJIT()229 if (Is64BitInstructionSet(isa)) { in WriteDebugElfFileForClasses()
38 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE()214 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
58 const bool is64bit = Is64BitInstructionSet(isa); in WriteCompilationUnit()
207 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry()
121 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()129 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()
162 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() function182 return Is64BitInstructionSet(isa) ? PointerSize::k64 : PointerSize::k32; in InstructionSetPointerSize()
79 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
50 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()
46 if (Is64BitInstructionSet(isa)) { in TestImpl()
339 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " ???" in DumpNativeStack()343 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " " in DumpNativeStack()
307 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible()383 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible()
1353 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()2516 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
150 if (Is64BitInstructionSet(instruction_set)) { in CreateElfWriterQuick()
777 if (Is64BitInstructionSet(compiler->GetInstructionSet())) { in ArtQuickJniCompileMethod()
138 Is64BitInstructionSet(instruction_set) in HGraphVisualizerDisassembler()
1208 DataType::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget()
401 Is64BitInstructionSet(instruction_set_) in OatDumper()3139 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
317 if (Is64BitInstructionSet(instruction_set_)) { \