Home
last modified time | relevance | path

Searched defs:CopyFrom (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/libartbase/base/
H A Dmemory_region.cc24 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() function in art::MemoryRegion
/aosp12/build/soong/third_party/zip/
H A Dandroid.go25 func (w *Writer) CopyFrom(orig *File, newName string) error { func
/aosp12/art/runtime/gc/accounting/
H A Dbitmap.cc76 void Bitmap::CopyFrom(Bitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::Bitmap
H A Dspace_bitmap.cc144 void SpaceBitmap<kAlignment>::CopyFrom(SpaceBitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::SpaceBitmap
/aosp12/build/soong/cmd/extract_apks/
H A Dmain_test.go426 func (w testZip2ZipWriter) CopyFrom(file *zip.File, out string) error { func
/aosp12/art/runtime/
H A Dart_method.cc725 void ArtMethod::CopyFrom(ArtMethod* src, PointerSize image_pointer_size) { in CopyFrom() function in art::ArtMethod
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dvaluetest.cpp262 TEST(Value, CopyFrom) { in TEST() argument
/aosp12/art/compiler/optimizing/
H A Dnodes.cc1251 void HEnvironment::CopyFrom(ArrayRef<HInstruction* const> locals) { in CopyFrom() function in art::HEnvironment
1261 void HEnvironment::CopyFrom(HEnvironment* env) { in CopyFrom() function in art::HEnvironment