Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 95) sorted by relevance

1234

/art/compiler/utils/x86/
Dassembler_x86.cc147 void X86Assembler::movl(Register dst, Register src) { in movl()
154 void X86Assembler::movl(Register dst, const Address& src) { in movl()
161 void X86Assembler::movl(const Address& dst, Register src) { in movl()
182 void X86Assembler::movntl(const Address& dst, Register src) { in movntl()
189 void X86Assembler::blsi(Register dst, Register src) { in blsi()
203 void X86Assembler::blsmsk(Register dst, Register src) { in blsmsk()
217 void X86Assembler::blsr(Register dst, Register src) { in blsr()
237 void X86Assembler::bsfl(Register dst, Register src) { in bsfl()
244 void X86Assembler::bsfl(Register dst, const Address& src) { in bsfl()
251 void X86Assembler::bsrl(Register dst, Register src) { in bsrl()
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc177 void X86_64Assembler::movq(CpuRegister dst, CpuRegister src) { in movq()
186 void X86_64Assembler::movl(CpuRegister dst, CpuRegister src) { in movl()
194 void X86_64Assembler::movq(CpuRegister dst, const Address& src) { in movq()
202 void X86_64Assembler::movl(CpuRegister dst, const Address& src) { in movl()
210 void X86_64Assembler::movq(const Address& dst, CpuRegister src) { in movq()
218 void X86_64Assembler::movl(const Address& dst, CpuRegister src) { in movl()
233 void X86_64Assembler::movntl(const Address& dst, CpuRegister src) { in movntl()
241 void X86_64Assembler::movntq(const Address& dst, CpuRegister src) { in movntq()
249 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src) { in cmov()
253 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit) { in cmov()
[all …]
/art/test/011-array-copy/src/
DMain.java191 public static boolean verifyCorrectness(char[] src, char[] dst, int copiedPrefixLength) { in verifyCorrectness()
210 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharConstCase2() local
225 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharConstCase3() local
240 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharConstCase5() local
255 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharConstCase7() local
270 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharConstCase8() local
285 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharConstCase9() local
300 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharConstCase11() local
314 char[] src = createCharArray(2 * copy_length, SRC_INIT_CHAR, true); in testArrayCopyCharCase() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DReference.java26 public final AhatInstance src; field in Reference
31 public Reference(AhatInstance src, String field, AhatInstance ref, Reachability reachability) { in Reference()
/art/runtime/
Dreflection-inl.h35 const JValue& src, in ConvertPrimitiveValueNoThrow()
100 const JValue& src, in ConvertPrimitiveValue()
/art/test/201-built-in-except-detail-messages/src/
DMain.java135 String[] src = new String[] { null, null, null, null, "hello", "goodbye" }; in arrayStore() local
144 String[] src = new String[1]; in arrayStore() local
152 float[] src = new float[1]; in arrayStore() local
168 String src = "hello"; in arrayStore() local
176 Object[] src = new Object[1]; in arrayStore() local
/art/runtime/mirror/
Dstring-alloc-inl.h71 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_; in operator() local
106 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_; in operator() local
140 const uint16_t* const src = src_array_->GetData() + offset_; in operator() local
174 const uint8_t* const src = src_string_->GetValueCompressed() + offset_; in operator() local
177 const uint16_t* const src = src_string_->GetValue() + offset_; in operator() local
252 const uint8_t* const src = reinterpret_cast<uint8_t*>(array->GetData()) + offset; in AllocFromByteArray() local
271 const uint8_t* const src = reinterpret_cast<uint8_t*>(array->GetData()) + offset; in AllocFromUtf16ByteArray() local
/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc137 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecExtractScalar() local
200 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecReduce() local
246 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecCnv() local
264 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecNeg() local
315 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecAbs() local
356 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecNot() local
451 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecAdd() local
495 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecSaturationAdd() local
527 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecHalvingAdd() local
558 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecSub() local
[all …]
Dcode_generator_vector_x86.cc149 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecExtractScalar() local
217 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecReduce() local
263 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecCnv() local
281 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecNeg() local
332 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecAbs() local
373 XmmRegister src = locations->InAt(0).AsFpuRegister<XmmRegister>(); in VisitVecNot() local
468 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecAdd() local
512 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecSaturationAdd() local
544 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecHalvingAdd() local
575 XmmRegister src = locations->InAt(1).AsFpuRegister<XmmRegister>(); in VisitVecSub() local
[all …]
/art/libartbase/base/
Ddchecked_vector.h73 dchecked_vector(const dchecked_vector& src) in dchecked_vector()
75 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc) in dchecked_vector()
77 dchecked_vector(dchecked_vector&& src) noexcept in dchecked_vector() function
79 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) noexcept in dchecked_vector() function
Dintrusive_forward_list.h78 …IntrusiveForwardListIterator(const IntrusiveForwardListIterator<OtherT, HookTraits>& src) // NOLI… in IntrusiveForwardListIterator()
157 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
231 void splice_after(const_iterator position, IntrusiveForwardList& src) { in splice_after()
235 void splice_after(const_iterator position, IntrusiveForwardList&& src) { in splice_after()
239 void splice_after(const_iterator position, IntrusiveForwardList& src, const_iterator i) { in splice_after()
252 void splice_after(const_iterator position, IntrusiveForwardList&& src, const_iterator i) { in splice_after()
257 IntrusiveForwardList& src, in splice_after()
286 IntrusiveForwardList&& src, in splice_after()
Dbit_vector.cc47 BitVector::BitVector(const BitVector& src, in BitVector()
117 void BitVector::Intersect(const BitVector* src) { in Intersect()
137 bool BitVector::Union(const BitVector* src) { in Union()
216 void BitVector::Subtract(const BitVector *src) { in Subtract()
289 void BitVector::Copy(const BitVector *src) { in Copy()
Dstrlcpy.h31 static inline size_t strlcpy(char* dst, const char* src, size_t size) { in strlcpy()
Dbit_vector-inl.h92 inline bool BitVector::Equal(const BitVector* src) const { in Equal()
/art/runtime/verifier/
Dreg_type-inl.h153 inline bool RegType::IsAssignableFrom(const RegType& src, MethodVerifier* verifier) const { in IsAssignableFrom()
157 inline bool RegType::IsStrictlyAssignableFrom(const RegType& src, MethodVerifier* verifier) const { in IsStrictlyAssignableFrom()
Dregister_line.h145 void CopyFromLine(const RegisterLine* src) { in CopyFromLine()
189 void CopyThisInitialized(const RegisterLine& src) { in CopyThisInitialized()
385 void CopyRegToLockDepth(size_t dst, size_t src) { in CopyRegToLockDepth()
/art/test/646-checker-arraycopy-large-cst-pos/src/
DMain.java29 Object[] src = new Object[1024]; in test() local
/art/libartbase/base/unix_file/
Drandom_access_file_utils.cc25 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) { in CopyFile()
Dfd_file_test.cc197 FdFile* src = out_file->GetFile(); in CreateSparseSourceFile() local
220 std::unique_ptr<art::ScratchFile> src; in TEST_F() local
267 FdFile src(src_tmp.GetFilename(), O_RDWR, false); in TEST_F() local
294 void FdFileTest::TestDataMatches(const FdFile* src, in TestDataMatches()
356 std::unique_ptr<art::ScratchFile> src; in TEST_F() local
433 std::unique_ptr<art::ScratchFile> src; in TEST_F() local
505 std::unique_ptr<art::ScratchFile> src; in TEST_F() local
/art/libdexfile/dex/
Dbase64_test_util.h30 static inline uint8_t* DecodeBase64(const char* src, size_t* dst_size) { in DecodeBase64()
/art/test/ti-agent/
Djni_helper.h30 T src) { in CreateObjectArray()
/art/test/536-checker-intrinsic-optimization/src/
DMain.java470 public static String stringGetCharsAndBack(String src) { in stringGetCharsAndBack()
476 public static String stringGetCharsAndBackOffset(String src, int offset) { in stringGetCharsAndBackOffset()
482 public static String stringGetCharsRange(String src, int srcBegin, int srcEnd, int offset) { in stringGetCharsRange()
/art/libelffile/stream/
Dbuffered_output_stream.cc44 const uint8_t* src = reinterpret_cast<const uint8_t*>(buffer); in WriteFully() local
/art/tools/
Dart_boot.cc37 static void CopyPropertyIf(const char* src, const char* dst, bool (*test_fn)(const std::string&)) { in CopyPropertyIf()
/art/libelffile/elf/
Dxz_utils.cc44 void XzCompress(ArrayRef<const uint8_t> src, in XzCompress()
101 void XzDecompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst) { in XzDecompress()

1234