Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc97 if (Is64BitInstructionSet(isa)) { in MakeMiniDebugInfo()
136 if (Is64BitInstructionSet(isa)) { in WriteDebugElfFileForMethods()
169 if (Is64BitInstructionSet(isa)) { in WriteDebugElfFileForClasses()
Delf_debug_frame_writer.h38 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE()
215 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection()
Delf_debug_line_writer.h56 const bool is64bit = Is64BitInstructionSet(builder_->GetIsa()); in WriteCompilationUnit()
Delf_debug_loc_writer.h204 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry()
Delf_debug_info_writer.h116 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()
/art/runtime/arch/
Dinstruction_set.h128 static inline bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() function
151 return Is64BitInstructionSet(isa) ? 8U : 4U; in InstructionSetPointerSize()
/art/imgdiag/
Dimgdiag_test.cc77 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
/art/compiler/
Delf_writer_quick.cc133 if (Is64BitInstructionSet(instruction_set)) { in CreateElfWriterQuick()
/art/runtime/
Dstack.cc334 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible()
410 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible()
Dutils.cc1154 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " ???" in DumpNativeStack()
1158 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " " in DumpNativeStack()
Druntime.cc1048 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
1990 return (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) in CreateLinearAlloc()
/art/compiler/jni/quick/
Djni_compiler.cc72 const bool is_64_bit_target = Is64BitInstructionSet(instruction_set); in ArtJniCompileMethodInternal()
/art/compiler/optimizing/
Dinliner.cc688 Primitive::Type type = Is64BitInstructionSet(graph_->GetInstructionSet()) in TryInlinePolymorphicCallToSameTarget()
Dnodes.cc525 Is64BitInstructionSet(instruction_set_) ? Primitive::kPrimLong : Primitive::kPrimInt, in GetCurrentMethod()
/art/oatdump/
Doatdump.cc2356 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
/art/compiler/driver/
Dcompiler_driver.cc436 if (Is64BitInstructionSet(instruction_set_)) { \