Searched defs:CopyFrom (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ | ||
D | memory_region.cc | 24 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() function in art::MemoryRegion |
/art/runtime/gc/accounting/ | ||
D | bitmap.cc | 76 void Bitmap::CopyFrom(Bitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::Bitmap |
D | space_bitmap.cc | 145 void SpaceBitmap<kAlignment>::CopyFrom(SpaceBitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::SpaceBitmap |
/art/runtime/ | ||
D | art_method.cc | 752 void ArtMethod::CopyFrom(ArtMethod* src, PointerSize image_pointer_size) { in CopyFrom() function in art::ArtMethod |
/art/compiler/optimizing/ | ||
D | nodes.cc | 1078 void HEnvironment::CopyFrom(ArrayRef<HInstruction* const> locals) { in CopyFrom() function in art::HEnvironment |