Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc116 if (Is64BitInstructionSet(isa)) { in MakeMiniDebugInfo()
195 if (Is64BitInstructionSet(isa)) { in MakeElfFileForJIT()
229 if (Is64BitInstructionSet(isa)) { in WriteDebugElfFileForClasses()
Delf_debug_frame_writer.h38 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE()
214 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
Delf_debug_line_writer.h58 const bool is64bit = Is64BitInstructionSet(isa); in WriteCompilationUnit()
Delf_debug_loc_writer.h207 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry()
Delf_debug_info_writer.h121 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()
129 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write()
/art/runtime/arch/
Dinstruction_set.h162 constexpr bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() function
182 return Is64BitInstructionSet(isa) ? PointerSize::k64 : PointerSize::k32; in InstructionSetPointerSize()
/art/imgdiag/
Dimgdiag_test.cc79 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
/art/dexlayout/
Ddexdiag_test.cc50 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()
/art/compiler/jni/
Djni_cfi_test.cc46 if (Is64BitInstructionSet(isa)) { in TestImpl()
/art/runtime/
Dnative_stack_dump.cc339 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " ???" in DumpNativeStack()
343 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIx64 " " in DumpNativeStack()
Dstack.cc307 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible()
383 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible()
Druntime.cc1353 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
2516 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
/art/dex2oat/linker/
Delf_writer_quick.cc150 if (Is64BitInstructionSet(instruction_set)) { in CreateElfWriterQuick()
/art/compiler/jni/quick/
Djni_compiler.cc777 if (Is64BitInstructionSet(compiler->GetInstructionSet())) { in ArtQuickJniCompileMethod()
/art/compiler/optimizing/
Dgraph_visualizer.cc138 Is64BitInstructionSet(instruction_set) in HGraphVisualizerDisassembler()
Dinliner.cc1208 DataType::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget()
/art/oatdump/
Doatdump.cc401 Is64BitInstructionSet(instruction_set_) in OatDumper()
3139 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
/art/compiler/driver/
Dcompiler_driver.cc317 if (Is64BitInstructionSet(instruction_set_)) { \