Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 31) 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::bswapl(Register dst) { in bswapl()
154 void X86Assembler::movzxb(Register dst, ByteRegister src) { in movzxb()
162 void X86Assembler::movzxb(Register dst, const Address& src) { in movzxb()
170 void X86Assembler::movsxb(Register dst, ByteRegister src) { in movsxb()
[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()
/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()
Ddex_file_verifier_test.cc94 std::unique_ptr<uint8_t[]> dst(new uint8_t[tmp.size()]); in DecodeBase64() local
Ddex_file_test.cc100 std::unique_ptr<uint8_t[]> dst(new uint8_t[tmp.size()]); in DecodeBase64() local
Dutils.cc1443 void EncodeUnsignedLeb128(uint32_t data, std::vector<uint8_t>* dst) { in EncodeUnsignedLeb128()
1447 void EncodeSignedLeb128(int32_t data, std::vector<uint8_t>* dst) { in EncodeSignedLeb128()
Doat_file_assistant.cc577 ScopedFd dst(open(profile_name.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0600)); in CopyProfileFile() local
Doat_file_assistant_test.cc121 void Copy(std::string src, std::string dst) { in Copy()
/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
/art/compiler/utils/arm/
Dassembler_arm.cc533 ArmManagedRegister dst = mdest.AsArm(); in LoadRef() local
543 ArmManagedRegister dst = mdest.AsArm(); in LoadRef() local
550 ArmManagedRegister dst = mdest.AsArm(); in LoadRawPtr() local
574 ArmManagedRegister dst = m_dst.AsArm(); in EmitLoad() local
601 ArmManagedRegister dst = m_dst.AsArm(); in LoadRawPtrFromThread32() local
651 ArmManagedRegister dst = m_dst.AsArm(); in Move() local
/art/compiler/optimizing/
Dcode_generator_mips64.cc800 GpuRegister dst = location.AsRegister<GpuRegister>(); in Move() local
1057 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in HandleBinaryOp() local
1115 FpuRegister dst = locations->Out().AsFpuRegister<FpuRegister>(); in HandleBinaryOp() local
1164 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in HandleShift() local
1687 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in VisitCompare() local
1732 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in VisitCondition() local
1840 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in VisitDiv() local
1851 FpuRegister dst = locations->Out().AsFpuRegister<FpuRegister>(); in VisitDiv() local
2148 GpuRegister dst = locations->Out().AsRegister<GpuRegister>(); in HandleFieldGet() local
2152 FpuRegister dst = locations->Out().AsFpuRegister<FpuRegister>(); in HandleFieldGet() local
[all …]
Dcode_generator_arm64.cc551 Register dst = RegisterFrom(location, type); in Move() local
757 CPURegister dst = CPURegisterFrom(destination, type); in MoveLocation() local
815 CPURegister dst, in Load()
844 CPURegister dst, in LoadAcquire()
902 const MemOperand& dst) { in Store()
927 const MemOperand& dst) { in StoreRelease()
1208 Register dst = OutputRegister(instr); in HandleBinaryOp() local
1227 FPRegister dst = OutputFPRegister(instr); in HandleBinaryOp() local
1269 Register dst = OutputRegister(instr); in HandleShift() local
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc250 uint4_t dst = inst->VRegA_11n(inst_data); in ExecuteSwitchImpl() local
261 uint8_t dst = inst->VRegA_21s(inst_data); in ExecuteSwitchImpl() local
272 uint8_t dst = inst->VRegA_31i(inst_data); in ExecuteSwitchImpl() local
283 uint8_t dst = inst->VRegA_21h(inst_data); in ExecuteSwitchImpl() local
Dinterpreter_goto_table_impl.cc347 uint32_t dst = inst->VRegA_11n(inst_data); in ExecuteGotoImpl() local
358 uint32_t dst = inst->VRegA_21s(inst_data); in ExecuteGotoImpl() local
369 uint32_t dst = inst->VRegA_31i(inst_data); in ExecuteGotoImpl() local
380 uint32_t dst = inst->VRegA_21h(inst_data); in ExecuteGotoImpl() local
Dunstarted_runtime.cc305 mirror::PrimitiveArray<T>* dst = down_cast<mirror::PrimitiveArray<T>*>(dst_array); in PrimitiveArrayCopy() local
374 mirror::ObjectArray<mirror::Object>* dst = dst_array->AsObjectArray<mirror::Object>(); in UnstartedSystemArraycopy() local
/art/runtime/verifier/
Dregister_line.h306 void CopyRegToLockDepth(size_t dst, size_t src) { in CopyRegToLockDepth()
/art/compiler/utils/arm64/
Dassembler_arm64.cc291 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRef() local
298 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRef() local
310 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRawPtr() local
320 Arm64ManagedRegister dst = m_dst.AsArm64(); in LoadRawPtrFromThread64() local
327 Arm64ManagedRegister dst = m_dst.AsArm64(); in Move() local
/art/compiler/
Dimage_writer.h195 uint8_t* dst = image_->Begin() + offset; in GetLocalAddress() local
Dimage_writer.cc1129 void ImageWriter::FixupPointerArray(mirror::Object* dst, mirror::PointerArray* arr, in FixupPointerArray()
1164 auto* dst = reinterpret_cast<Object*>(image_->Begin() + offset); in CopyAndFixupObject() local
/art/runtime/gc/
Dheap.h403 ALWAYS_INLINE void WriteBarrierField(const mirror::Object* dst, MemberOffset /*offset*/, in WriteBarrierField()
409 ALWAYS_INLINE void WriteBarrierArray(const mirror::Object* dst, int /*start_offset*/, in WriteBarrierArray()

12