Home
last modified time | relevance | path

Searched refs:CopyFrom (Results 1 – 18 of 18) sorted by relevance

/art/runtime/
Dmemory_region.cc27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() function in art::MemoryRegion
Dmemory_region.h148 void CopyFrom(size_t offset, const MemoryRegion& from) const;
Dart_method.h209 CopyFrom(src, image_pointer_size); in ArtMethod()
637 void CopyFrom(ArtMethod* src, size_t image_pointer_size)
Dart_method.cc477 void ArtMethod::CopyFrom(ArtMethod* src, size_t image_pointer_size) { in CopyFrom() function in art::ArtMethod
Dclass_linker.cc4323 out->CopyFrom(proxy_constructor, image_pointer_size_); in CreateProxyConstructor()
4351 out->CopyFrom(prototype, image_pointer_size_); in CreateProxyMethod()
6844 out->CopyFrom(&m, image_pointer_size_); in LinkInterfaceMethods()
6853 new_method.CopyFrom(mir_method, image_pointer_size_); in LinkInterfaceMethods()
6868 new_method.CopyFrom(def_method, image_pointer_size_); in LinkInterfaceMethods()
6881 new_method.CopyFrom(conf_method, image_pointer_size_); in LinkInterfaceMethods()
/art/compiler/optimizing/
Dnodes_test.cc144 environment->CopyFrom(array); in TEST()
152 parent1->CopyFrom(array); in TEST()
158 parent2->CopyFrom(array); in TEST()
Dstack_map_stream.cc261 region.CopyFrom(0, MemoryRegion(code_info_encoding_.data(), code_info_encoding_.size())); in FillIn()
Dnodes.cc893 void HEnvironment::CopyFrom(const ArenaVector<HInstruction*>& locals) { in CopyFrom() function in art::HEnvironment
903 void HEnvironment::CopyFrom(HEnvironment* env) { in CopyFrom() function in art::HEnvironment
Dnodes.h1679 parent_->CopyFrom(parent); in SetAndCopyParentChain()
1686 void CopyFrom(const ArenaVector<HInstruction*>& locals);
1687 void CopyFrom(HEnvironment* environment);
1915 environment_->CopyFrom(environment); in CopyEnvironmentFrom()
Dinstruction_builder.cc213 environment->CopyFrom(*current_locals_); in InitializeInstruction()
/art/runtime/gc/accounting/
Dbitmap.cc72 void Bitmap::CopyFrom(Bitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::Bitmap
Dbitmap.h83 void CopyFrom(Bitmap* source_bitmap);
Dspace_bitmap.h147 void CopyFrom(SpaceBitmap* source_bitmap);
Dspace_bitmap.cc105 void SpaceBitmap<kAlignment>::CopyFrom(SpaceBitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::SpaceBitmap
/art/compiler/utils/
Dassembler.cc85 instructions.CopyFrom(0, from); in FinalizeInstructions()
/art/runtime/gc/space/
Dlarge_object_space.cc118 mark_bitmap_->CopyFrom(live_bitmap_.get()); in CopyLiveToMarked()
/art/compiler/utils/arm64/
Dassembler_arm64.cc52 region.CopyFrom(0, from); in FinalizeInstructions()
/art/patchoat/
Dpatchoat.cc728 copy->CopyFrom(object, pointer_size); in FixupMethod()