Home
last modified time | relevance | path

Searched refs:Is64BitInstructionSet (Results 1 – 23 of 23) sorted by relevance

/art/libartbase/arch/
Dinstruction_set.h136 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() function
154 return Is64BitInstructionSet(isa) ? PointerSize::k64 : PointerSize::k32; in InstructionSetPointerSize()
/art/runtime/jit/
Dprofile_saver_test.cc96 Hotness::Flag expected_flag = Is64BitInstructionSet(Runtime::Current()->GetInstructionSet()) in TEST_F()
Dprofile_saver.cc996 extra_flags = Is64BitInstructionSet(Runtime::Current()->GetInstructionSet()) in AnnotateSampleFlags()
/art/imgdiag/
Dimgdiag_test.cc70 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
/art/compiler/debug/
Delf_debug_frame_writer.h42 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE()
187 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
Delf_debug_line_writer.h53 const bool is64bit = Is64BitInstructionSet(isa); in WriteCompilationUnit()
Delf_debug_loc_writer.h196 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry()
Delf_debug_info_writer.h105 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()
113 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()
Delf_debug_writer.cc156 if (Is64BitInstructionSet(isa)) { in MakeMiniDebugInfo()
/art/dexlayout/
Ddexdiag_test.cc45 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()
/art/compiler/utils/
Dassembler_test_base.h90 if (Is64BitInstructionSet(isa)) { in Driver()
103 if (Is64BitInstructionSet(isa)) { in Driver()
/art/compiler/jni/
Djni_cfi_test.cc47 if (Is64BitInstructionSet(isa)) { in TestImpl()
/art/runtime/
Dnative_stack_dump.cc369 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " ???" in DumpNativeStack()
373 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " " in DumpNativeStack()
Dstack.cc378 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible()
460 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible()
Druntime.cc822 compiler_executable += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetCompilerExecutable()
1474 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
2758 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
/art/dex2oat/linker/
Delf_writer_quick.cc141 if (Is64BitInstructionSet(compiler_options.GetInstructionSet())) { in CreateElfWriterQuick()
/art/oatdump/
Doatdump_test.h83 path += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetExecutableFilePath()
Doatdump.cc394 Is64BitInstructionSet(instruction_set_) in OatDumper()
2957 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
/art/compiler/jni/quick/
Djni_compiler.cc799 if (Is64BitInstructionSet(compiler_options.GetInstructionSet())) { in ArtQuickJniCompileMethod()
/art/compiler/optimizing/
Dgraph_visualizer.cc143 Is64BitInstructionSet(instruction_set) in HGraphVisualizerDisassembler()
Dinliner.cc1245 DataType::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget()
Dnodes.cc680 Is64BitInstructionSet(instruction_set_) ? DataType::Type::kInt64 : DataType::Type::kInt32, in GetCurrentMethod()
/art/dex2oat/driver/
Dcompiler_driver.cc288 if (Is64BitInstructionSet(GetCompilerOptions().GetInstructionSet())) { \