/art/compiler/debug/dwarf/ |
D | dwarf_test.cc | 33 const bool is64bit = false; in TEST_F() local 135 constexpr bool is64bit = true; in TEST_F() local 154 constexpr bool is64bit = true; in TEST_F() local 193 const bool is64bit = false; in TEST_F() local 249 const bool is64bit = false; in TEST_F() local 285 constexpr bool is64bit = false; in TEST_F() local
|
D | dwarf_test.h | 113 std::vector<std::string> Objdump(bool is64bit, const char* args) { in Objdump() 122 void CheckObjdumpOutput(bool is64bit, const char* args) { in CheckObjdumpOutput()
|
/art/compiler/debug/ |
D | elf_debug_frame_writer.h | 42 bool is64bit = Is64BitInstructionSet(isa); in WriteCIE() local 186 const bool is64bit = Is64BitInstructionSet(builder->GetIsa()); in WriteCFISection() local
|
D | elf_debug_line_writer.h | 53 const bool is64bit = Is64BitInstructionSet(isa); in WriteCompilationUnit() local
|
D | elf_debug_loc_writer.h | 196 const bool is64bit = Is64BitInstructionSet(isa); in WriteDebugLocEntry() local
|
D | elf_debug_info_writer.h | 113 const bool is64bit = Is64BitInstructionSet(owner_->builder_->GetIsa()); in Write() local
|
/art/libelffile/dwarf/ |
D | headers.h | 41 void WriteCIE(bool is64bit, in WriteCIE() 69 void WriteFDE(bool is64bit, in WriteFDE()
|
/art/compiler/ |
D | cfi_test.h | 49 constexpr bool is64bit = false; in GenerateExpected() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 253 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit) { in cmov() 262 void X86_64Assembler::cmov(Condition c, CpuRegister dst, const Address& src, bool is64bit) { in cmov() 744 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src, bool is64bit) { in movd() 753 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src, bool is64bit) { in movd() 2294 void X86_64Assembler::cvtsi2ss(XmmRegister dst, CpuRegister src, bool is64bit) { in cvtsi2ss() 2309 void X86_64Assembler::cvtsi2ss(XmmRegister dst, const Address& src, bool is64bit) { in cvtsi2ss() 2329 void X86_64Assembler::cvtsi2sd(XmmRegister dst, CpuRegister src, bool is64bit) { in cvtsi2sd() 2344 void X86_64Assembler::cvtsi2sd(XmmRegister dst, const Address& src, bool is64bit) { in cvtsi2sd() 2404 void X86_64Assembler::cvttss2si(CpuRegister dst, XmmRegister src, bool is64bit) { in cvttss2si() 2424 void X86_64Assembler::cvttsd2si(CpuRegister dst, XmmRegister src, bool is64bit) { in cvttsd2si()
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 170 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is64bit) { in CreateFPToIntLocations() 180 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is64bit) { in CreateIntToFPLocations() 191 static void MoveFPToInt(LocationSummary* locations, bool is64bit, X86Assembler* assembler) { in MoveFPToInt() 206 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86Assembler* assembler) { in MoveIntToFP()
|
D | intrinsics_x86_64.cc | 140 static void MoveFPToInt(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) { in MoveFPToInt() 146 static void MoveIntToFP(LocationSummary* locations, bool is64bit, X86_64Assembler* assembler) { in MoveIntToFP()
|
D | intrinsics_arm64.cc | 186 static void MoveFPToInt(LocationSummary* locations, bool is64bit, MacroAssembler* masm) { in MoveFPToInt() 193 static void MoveIntToFP(LocationSummary* locations, bool is64bit, MacroAssembler* masm) { in MoveIntToFP() 3127 bool is64bit, in GenIsInfinite()
|
D | intrinsics_arm_vixl.cc | 224 static void MoveFPToInt(LocationSummary* locations, bool is64bit, ArmVIXLAssembler* assembler) { in MoveFPToInt() 234 static void MoveIntToFP(LocationSummary* locations, bool is64bit, ArmVIXLAssembler* assembler) { in MoveIntToFP()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1723 jboolean is64bit = (pointer_size == PointerSize::k64) ? JNI_TRUE : JNI_FALSE; in UnstartedJNIVMRuntimeIs64Bit() local
|