| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 106 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/ |
| D | assembler_x86.cc | 106 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/ |
| D | Main.java | 136 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/ |
| D | jdwp_bits.h | 100 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/ |
| D | stringprintf.cc | 23 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV() 74 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF()
|
| D | bit_vector.h | 260 void CopyTo(void* dst, size_t len) const { in CopyTo()
|
| /art/runtime/ |
| D | monitor_android.cc | 37 static char* EventLogWriteInt(char* dst, int value) { in EventLogWriteInt() 43 static char* EventLogWriteString(char* dst, const char* value, size_t len) { in EventLogWriteString()
|
| D | reflection-inl.h | 33 const JValue& src, JValue* dst) { in ConvertPrimitiveValue()
|
| D | dex2oat_environment_test.h | 108 static void Copy(const std::string& src, const std::string& dst) { in Copy()
|
| D | dex_file_test.cc | 100 std::unique_ptr<uint8_t[]> dst(new uint8_t[tmp.size()]); in DecodeBase64() local
|
| /art/runtime/base/unix_file/ |
| D | random_access_file_utils.cc | 23 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) { in CopyFile()
|
| /art/runtime/native/ |
| D | libcore_util_CharsetUtils.cc | 122 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
|
| D | sun_misc_Unsafe.cc | 291 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/ |
| D | assembler_arm.cc | 539 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/ |
| D | elf_gnu_debugdata_writer.h | 34 static void XzCompress(const std::vector<uint8_t>* src, std::vector<uint8_t>* dst) { in XzCompress()
|
| /art/test/020-string/src/ |
| D | Main.java | 124 char[] dst = new char[7]; in copyTest() local
|
| /art/runtime/interpreter/ |
| D | interpreter_switch_impl.cc | 319 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
|
| D | interpreter_goto_table_impl.cc | 377 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/ |
| D | register_line.h | 358 void CopyRegToLockDepth(size_t dst, size_t src) { in CopyRegToLockDepth()
|
| /art/compiler/utils/arm64/ |
| D | assembler_arm64.cc | 293 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/ |
| D | code_generator_mips64.cc | 1066 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 …]
|
| D | code_generator_mips.cc | 807 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/ |
| D | heap.h | 438 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/ |
| D | header.S | 328 #define SET_VREG_GOTO(rd, rix, dst) .set noreorder; \ argument 342 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) .set noreorder; \ argument
|
| /art/compiler/ |
| D | image_writer.h | 345 uint8_t* dst = image_info.image_->Begin() + offset; in GetLocalAddress() local
|