Home
last modified time | relevance | path

Searched refs:copy (Results 326 – 350 of 404) sorted by relevance

1...<<11121314151617

/art/test/546-regression-simplify-catch/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/663-checker-select-generator/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/libprofile/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/121-modifiers/smali/
DNonInf.smali6 # You may obtain a copy of the License at
/art/test/660-store-8-16/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/510-checker-try-catch/smali/
DRegisterAllocator.smali5 # You may obtain a copy of the License at
/art/test/588-checker-irreducib-lifetime-hole/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/test/954-invoke-polymorphic-verifier/smali/
DVarHandleUnhappyAccessors.smali6 # You may obtain a copy of the License at
DMain.smali6 # You may obtain a copy of the License at
/art/test/550-checker-regression-wide-store/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/runtime/
Ddebugger.cc834 char* copy = new char[str_len + 1]; in Add() local
835 strlcpy(copy, str, str_len + 1); in Add()
836 string_backup_.emplace_back(copy); in Add()
837 str = copy; in Add()
/art/libnativebridge/tests/
DAndroid.bp6 // You may obtain a copy of the License at
/art/build/sdk/
DAndroid.bp5 // You may obtain a copy of the License at
/art/dexlayout/
DAndroid.bp5 // You may obtain a copy of the License at
/art/dex2oat/
Ddex2oat_options.def6 * You may obtain a copy of the License at
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/build/
DAndroid.bp33 "performance-for-range-copy",
36 "performance-unnecessary-copy-initialization",
/art/test/531-regression-debugphi/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/tools/
Ddex2oat_wrapper5 # You may obtain a copy of the License at
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/runtime/jni/
Dcheck_jni.cc1510 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create() local
1515 const_cast<char*>(copy->StartRedZone())[i] = kCanary[j]; in Create()
1524 memcpy(const_cast<uint8_t*>(copy->BufferWithinRedZones()), original_buf, len); in Create()
1528 const_cast<char*>(copy->EndRedZone())[i] = kCanary[j]; in Create()
1536 return const_cast<uint8_t*>(copy->BufferWithinRedZones()); in Create()
1568 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy() local
1569 void* original_ptr = copy->original_ptr_; in ReleaseGuardedPACopy()
1571 memcpy(original_ptr, embedded_buf, copy->original_length_); in ReleaseGuardedPACopy()
1584 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy() local
1585 void* original_ptr = const_cast<void*>(copy->original_ptr_); in Destroy()
[all …]
/art/test/530-checker-lse3/smali/
DStoreLoad.smali5 # You may obtain a copy of the License at
/art/compiler/
DAndroid.bp6 // You may obtain a copy of the License at
444 // Is this test a bit-rotten copy of the x86 test? b/77951326
/art/compiler/driver/
Dcompiled_method_storage.cc42 std::copy(array.begin(), array.end(), array_copy->begin()); in CopyArray()

1...<<11121314151617