Searched defs:CopyFrom (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | memory_region.cc | 27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() function in art::MemoryRegion |
/art/runtime/gc/accounting/ | ||
D | space_bitmap.cc | 98 void SpaceBitmap<kAlignment>::CopyFrom(SpaceBitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::SpaceBitmap |