Searched refs:Is64BitInstructionSet (Results 1 – 23 of 23) sorted by relevance
136 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() function154 return Is64BitInstructionSet(isa) ? PointerSize::k64 : PointerSize::k32; in InstructionSetPointerSize()
96 Hotness::Flag expected_flag = Is64BitInstructionSet(Runtime::Current()->GetInstructionSet()) in TEST_F()
996 extra_flags = Is64BitInstructionSet(Runtime::Current()->GetInstructionSet()) in AnnotateSampleFlags()
70 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
42 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE()187 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
53 const bool is64bit = Is64BitInstructionSet(isa); in WriteCompilationUnit()
196 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry()
105 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()113 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()
156 if (Is64BitInstructionSet(isa)) { in MakeMiniDebugInfo()
45 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()
90 if (Is64BitInstructionSet(isa)) { in Driver()103 if (Is64BitInstructionSet(isa)) { in Driver()
47 if (Is64BitInstructionSet(isa)) { in TestImpl()
369 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " ???" in DumpNativeStack()373 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " " in DumpNativeStack()
378 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible()460 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible()
822 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()1474 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()2758 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
141 if (Is64BitInstructionSet(compiler_options.GetInstructionSet())) { in CreateElfWriterQuick()
83 path += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetExecutableFilePath()
394 Is64BitInstructionSet(instruction_set_) in OatDumper()2957 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
799 if (Is64BitInstructionSet(compiler_options.GetInstructionSet())) { in ArtQuickJniCompileMethod()
143 Is64BitInstructionSet(instruction_set) in HGraphVisualizerDisassembler()
1245 DataType::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget()
680 Is64BitInstructionSet(instruction_set_) ? DataType::Type::kInt64 : DataType::Type::kInt32, in GetCurrentMethod()
288 if (Is64BitInstructionSet(GetCompilerOptions().GetInstructionSet())) { \