Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.h112 static inline bool Is64BitInstructionSet(InstructionSet isa) { in Is64BitInstructionSet() function
135 return Is64BitInstructionSet(isa) ? 8U : 4U; in InstructionSetPointerSize()
/art/compiler/dex/
Dcompiler_ir.cc44 target64(Is64BitInstructionSet(isa)), in CompilationUnit()
/art/imgdiag/
Dimgdiag_test.cc69 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
/art/compiler/
Delf_writer_debug.cc39 bool is64bit = Is64BitInstructionSet(isa); in WriteDebugFrameCIE()
188 WriteDebugFrameFDE(Is64BitInstructionSet(isa), cie_offset, in WriteCFISection()
247 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugSections()
Delf_writer_quick.cc162 const bool is64bit = Is64BitInstructionSet(isa); in Write()
/art/runtime/
Dstack.cc279 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible()
367 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible()
426 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetRegisterIfAccessible()
510 bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetRegisterPairIfAccessible()
Dutils.cc1133 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " ???" in DumpNativeStack()
1137 os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " " in DumpNativeStack()
Druntime.cc908 if (IsCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
/art/compiler/jni/quick/
Djni_compiler.cc70 const bool is_64_bit_target = Is64BitInstructionSet(instruction_set); in ArtJniCompileMethodInternal()
/art/compiler/optimizing/
Dcode_generator.cc128 const bool is_64_bit = Is64BitInstructionSet(GetInstructionSet()); in CompileBaseline()
/art/compiler/driver/
Dcompiler_driver.cc460 if (Is64BitInstructionSet(instruction_set_)) { \
2451 if (kProduce64BitELFFiles && Is64BitInstructionSet(GetInstructionSet())) { in WriteElf()
/art/compiler/dex/quick/
Dmir_to_lir.cc1236 DCHECK_EQ(cu_->target64, Is64BitInstructionSet(cu_->instruction_set)); in MethodBlockCodeGen()