Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 42) sorted by relevance

12

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc106 void X86_64Assembler::movq(CpuRegister dst, const Immediate& imm) { in movq()
122 void X86_64Assembler::movl(CpuRegister dst, const Immediate& imm) { in movl()
131 void X86_64Assembler::movq(const Address& dst, const Immediate& imm) { in movq()
141 void X86_64Assembler::movq(CpuRegister dst, CpuRegister src) { in movq()
150 void X86_64Assembler::movl(CpuRegister dst, CpuRegister src) { in movl()
158 void X86_64Assembler::movq(CpuRegister dst, const Address& src) { in movq()
166 void X86_64Assembler::movl(CpuRegister dst, const Address& src) { in movl()
174 void X86_64Assembler::movq(const Address& dst, CpuRegister src) { in movq()
182 void X86_64Assembler::movl(const Address& dst, CpuRegister src) { in movl()
189 void X86_64Assembler::movl(const Address& dst, const Immediate& imm) { in movl()
[all …]
/art/compiler/utils/x86/
Dassembler_x86.cc106 void X86Assembler::movl(Register dst, const Immediate& imm) { in movl()
113 void X86Assembler::movl(Register dst, Register src) { in movl()
120 void X86Assembler::movl(Register dst, const Address& src) { in movl()
127 void X86Assembler::movl(const Address& dst, Register src) { in movl()
134 void X86Assembler::movl(const Address& dst, const Immediate& imm) { in movl()
141 void X86Assembler::movl(const Address& dst, Label* lbl) { in movl()
148 void X86Assembler::movntl(const Address& dst, Register src) { in movntl()
155 void X86Assembler::bswapl(Register dst) { in bswapl()
161 void X86Assembler::bsfl(Register dst, Register src) { in bsfl()
168 void X86Assembler::bsfl(Register dst, const Address& src) { in bsfl()
[all …]
/art/test/201-built-in-exception-detail-messages/src/
DMain.java136 Integer[] dst = new Integer[10]; in arrayStore() local
145 int[] dst = new int[1]; in arrayStore() local
153 Runnable[] dst = new Runnable[1]; in arrayStore() local
161 double[][] dst = new double[1][]; in arrayStore() local
169 Object[] dst = new Object[1]; in arrayStore() local
177 Integer dst = new Integer(5); in arrayStore() local
/art/runtime/jdwp/
Djdwp_bits.h100 static inline void Write1BE(uint8_t** dst, uint8_t value) { in Write1BE()
105 static inline void Write2BE(uint8_t** dst, uint16_t value) { in Write2BE()
110 static inline void Write4BE(uint8_t** dst, uint32_t value) { in Write4BE()
115 static inline void Write8BE(uint8_t** dst, uint64_t value) { in Write8BE()
/art/runtime/base/
Dstringprintf.cc23 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV()
74 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF()
Dbit_vector.h260 void CopyTo(void* dst, size_t len) const { in CopyTo()
/art/runtime/
Dmonitor_android.cc37 static char* EventLogWriteInt(char* dst, int value) { in EventLogWriteInt()
43 static char* EventLogWriteString(char* dst, const char* value, size_t len) { in EventLogWriteString()
Dreflection-inl.h33 const JValue& src, JValue* dst) { in ConvertPrimitiveValue()
Ddex2oat_environment_test.h108 static void Copy(const std::string& src, const std::string& dst) { in Copy()
Ddex_file_test.cc100 std::unique_ptr<uint8_t[]> dst(new uint8_t[tmp.size()]); in DecodeBase64() local
/art/runtime/base/unix_file/
Drandom_access_file_utils.cc23 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) { in CopyFile()
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc122 jchar* dst = &chars[0]; in CharsetUtils_asciiBytesToChars() local
142 jchar* dst = &chars[0]; in CharsetUtils_isoLatin1BytesToChars() local
169 jbyte* dst = &bytes[0]; in charsToBytes() local
Dsun_misc_Unsafe.cc291 jlong dst, jlong size) { in Unsafe_copyMemory()
322 T* dst = reinterpret_cast<T*>(dstAddr); in copyFromArray() local
346 mirror::Object* dst = soa.Decode<mirror::Object*>(dstObj); in Unsafe_copyMemoryToPrimitiveArray() local
/art/compiler/utils/arm/
Dassembler_arm.cc539 ArmManagedRegister dst = mdest.AsArm(); in LoadRef() local
549 ArmManagedRegister dst = mdest.AsArm(); in LoadRef() local
556 ArmManagedRegister dst = mdest.AsArm(); in LoadRawPtr() local
580 ArmManagedRegister dst = m_dst.AsArm(); in EmitLoad() local
607 ArmManagedRegister dst = m_dst.AsArm(); in LoadRawPtrFromThread32() local
657 ArmManagedRegister dst = m_dst.AsArm(); in Move() local
/art/compiler/debug/
Delf_gnu_debugdata_writer.h34 static void XzCompress(const std::vector<uint8_t>* src, std::vector<uint8_t>* dst) { in XzCompress()
/art/test/020-string/src/
DMain.java124 char[] dst = new char[7]; in copyTest() local
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc319 uint4_t dst = inst->VRegA_11n(inst_data); in ExecuteSwitchImpl() local
330 uint8_t dst = inst->VRegA_21s(inst_data); in ExecuteSwitchImpl() local
341 uint8_t dst = inst->VRegA_31i(inst_data); in ExecuteSwitchImpl() local
352 uint8_t dst = inst->VRegA_21h(inst_data); in ExecuteSwitchImpl() local
Dinterpreter_goto_table_impl.cc377 uint32_t dst = inst->VRegA_11n(inst_data); in ExecuteGotoImpl() local
388 uint32_t dst = inst->VRegA_21s(inst_data); in ExecuteGotoImpl() local
399 uint32_t dst = inst->VRegA_31i(inst_data); in ExecuteGotoImpl() local
410 uint32_t dst = inst->VRegA_21h(inst_data); in ExecuteGotoImpl() local
/art/runtime/verifier/
Dregister_line.h358 void CopyRegToLockDepth(size_t dst, size_t src) { in CopyRegToLockDepth()
/art/compiler/utils/arm64/
Dassembler_arm64.cc293 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRef() local
300 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRef() local
312 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRawPtr() local
322 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRawPtrFromThread64() local
329 Arm64ManagedRegister dst = m_dst.AsArm64(); in Move() local
/art/compiler/optimizing/
Dcode_generator_mips64.cc1066 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in HandleBinaryOp() local
1124 FpuRegister dst = locations->Out().AsFpuRegister<FpuRegister>(); in HandleBinaryOp() local
1173 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in HandleShift() local
1810 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in HandleCondition() local
2125 FpuRegister dst = locations->Out().AsFpuRegister<FpuRegister>(); in VisitDiv() local
2244 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in GenerateIntLongCompare() local
2760 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in HandleFieldGet() local
2764 FpuRegister dst = locations->Out().AsFpuRegister<FpuRegister>(); in HandleFieldGet() local
3351 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in VisitMul() local
3362 FpuRegister dst = locations->Out().AsFpuRegister<FpuRegister>(); in VisitMul() local
[all …]
Dcode_generator_mips.cc807 void CodeGeneratorMIPS::MoveLocation(Location dst, Location src, Primitive::Type dst_type) { in MoveLocation()
883 FRegister dst = destination.AsFpuRegister<FRegister>(); in Move64() local
916 Register dst = destination.AsRegister<Register>(); in MoveConstant() local
962 Register dst = destination.AsRegister<Register>(); in MoveConstant() local
1190 Register dst = locations->Out().AsRegister<Register>(); in HandleBinaryOp() local
1376 FRegister dst = locations->Out().AsFpuRegister<FRegister>(); in HandleBinaryOp() local
1441 Register dst = locations->Out().AsRegister<Register>(); in HandleShift() local
2224 Register dst = locations->Out().AsRegister<Register>(); in HandleCondition() local
2482 FRegister dst = locations->Out().AsFpuRegister<FRegister>(); in VisitDiv() local
2620 Register dst = locations->Out().AsRegister<Register>(); in GenerateIntCompare() local
[all …]
/art/runtime/gc/
Dheap.h438 ALWAYS_INLINE void WriteBarrierField(const mirror::Object* dst, in WriteBarrierField()
445 ALWAYS_INLINE void WriteBarrierArray(const mirror::Object* dst, in WriteBarrierArray()
/art/runtime/interpreter/mterp/mips/
Dheader.S328 #define SET_VREG_GOTO(rd, rix, dst) .set noreorder; \ argument
342 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) .set noreorder; \ argument
/art/compiler/
Dimage_writer.h345 uint8_t* dst = image_info.image_->Begin() + offset; in GetLocalAddress() local

12