/art/libartbase/base/ |
D | memory_region.cc | 24 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() function in art::MemoryRegion
|
D | memory_region.h | 112 void CopyFrom(size_t offset, const MemoryRegion& from) const; 117 CopyFrom(offset, MemoryRegion(vector.data(), vector.size())); in CopyFromVector()
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 101 null_check_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F() 112 bounds_check_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F() 170 null_check_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F() 185 deoptimize_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F()
|
D | nodes_test.cc | 134 environment->CopyFrom(ArrayRef<HInstruction* const>(array)); in TEST_F() 142 parent1->CopyFrom(ArrayRef<HInstruction* const>(array)); in TEST_F() 148 parent2->CopyFrom(ArrayRef<HInstruction* const>(array)); in TEST_F()
|
D | optimizing_unit_test.h | 247 environment->CopyFrom(ArrayRef<HInstruction* const>(*current_locals)); in ManuallyBuildEnvFor()
|
D | nodes.cc | 1078 void HEnvironment::CopyFrom(ArrayRef<HInstruction* const> locals) { in CopyFrom() function in art::HEnvironment 1088 void HEnvironment::CopyFrom(HEnvironment* env) { in CopyFrom() function in art::HEnvironment
|
D | nodes.h | 1943 parent_->CopyFrom(parent); in SetAndCopyParentChain() 1950 void CopyFrom(ArrayRef<HInstruction* const> locals); 1951 void CopyFrom(HEnvironment* environment); 2262 environment_->CopyFrom(environment); in CopyEnvironmentFrom()
|
D | instruction_builder.cc | 266 environment->CopyFrom(ArrayRef<HInstruction* const>(*current_locals_)); in InitializeInstruction()
|
/art/compiler/utils/ |
D | assembler.cc | 66 instructions.CopyFrom(0, from); in FinalizeInstructions()
|
/art/runtime/gc/accounting/ |
D | bitmap.cc | 76 void Bitmap::CopyFrom(Bitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::Bitmap
|
D | bitmap.h | 81 void CopyFrom(Bitmap* source_bitmap);
|
D | space_bitmap.h | 172 void CopyFrom(SpaceBitmap* source_bitmap);
|
D | space_bitmap.cc | 145 void SpaceBitmap<kAlignment>::CopyFrom(SpaceBitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::SpaceBitmap
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 81 region.CopyFrom(0, from); in FinalizeInstructions()
|
/art/runtime/ |
D | art_method.h | 83 CopyFrom(src, image_pointer_size); in ArtMethod() 653 void CopyFrom(ArtMethod* src, PointerSize image_pointer_size)
|
D | art_method.cc | 752 void ArtMethod::CopyFrom(ArtMethod* src, PointerSize image_pointer_size) { in CopyFrom() function in art::ArtMethod
|
D | class_linker.cc | 5032 out->CopyFrom(proxy_constructor, image_pointer_size_); in CreateProxyConstructor() 5058 out->CopyFrom(prototype, image_pointer_size_); in CreateProxyMethod() 7682 out->CopyFrom(&m, pointer_size); in ReallocMethods() 7692 new_method.CopyFrom(mir_method, pointer_size); in ReallocMethods() 7715 new_method.CopyFrom(def_method, pointer_size); in ReallocMethods() 7738 new_method.CopyFrom(conf_method, pointer_size); in ReallocMethods()
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 58 region.CopyFrom(0, from); in FinalizeInstructions()
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 121 mark_bitmap_->CopyFrom(live_bitmap_.get()); in CopyLiveToMarked()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 258 new_obsolete_method->CopyFrom(old_method, ptr_size); in VisitFrame()
|