Searched refs:Is64BitInstructionSet (Results 1 – 16 of 16) sorted by relevance
97 if (Is64BitInstructionSet(isa)) { in MakeMiniDebugInfo()136 if (Is64BitInstructionSet(isa)) { in WriteDebugElfFileForMethods()169 if (Is64BitInstructionSet(isa)) { in WriteDebugElfFileForClasses()
38 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE()215 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
56 const bool is64bit = Is64BitInstructionSet(builder_->GetIsa()); in WriteCompilationUnit()
204 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry()
116 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()
128 static inline bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() function151 return Is64BitInstructionSet(isa) ? 8U : 4U; in InstructionSetPointerSize()
77 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
133 if (Is64BitInstructionSet(instruction_set)) { in CreateElfWriterQuick()
334 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible()410 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible()
1154 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " ???" in DumpNativeStack()1158 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " " in DumpNativeStack()
1048 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()1990 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
72 const bool is_64_bit_target = Is64BitInstructionSet(instruction_set); in ArtJniCompileMethodInternal()
688 Primitive::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget()
525 Is64BitInstructionSet(instruction_set_) ? Primitive::kPrimLong : Primitive::kPrimInt, in GetCurrentMethod()
2356 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
436 if (Is64BitInstructionSet(instruction_set_)) { \