/art/test/843-default-interface/ |
D | info.txt | 1 Regression test for ArtMethod::CopyFrom, which used to wrongly override the
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 104 null_check_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F() 115 bounds_check_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F() 173 null_check_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F() 188 deoptimize_env->CopyFrom(ArrayRef<HInstruction* const>(args)); in TEST_F()
|
D | nodes_test.cc | 247 environment->CopyFrom(ArrayRef<HInstruction* const>(array)); in TEST_F() 255 parent1->CopyFrom(ArrayRef<HInstruction* const>(array)); in TEST_F() 261 parent2->CopyFrom(ArrayRef<HInstruction* const>(array)); in TEST_F()
|
D | optimizing_unit_test.h | 336 environment->CopyFrom(ArrayRef<HInstruction* const>(*current_locals)); in ManuallyBuildEnvFor()
|
D | nodes.cc | 1135 void HEnvironment::CopyFrom(ArrayRef<HInstruction* const> locals) { in CopyFrom() function in art::HEnvironment 1145 void HEnvironment::CopyFrom(HEnvironment* env) { in CopyFrom() function in art::HEnvironment
|
D | nodes.h | 2107 parent_->CopyFrom(parent); in SetAndCopyParentChain() 2114 void CopyFrom(ArrayRef<HInstruction* const> locals); 2115 void CopyFrom(HEnvironment* environment); 2525 environment_->CopyFrom(environment); in CopyEnvironmentFrom()
|
D | instruction_builder.cc | 305 environment->CopyFrom(ArrayRef<HInstruction* const>(*current_locals_)); in InitializeInstruction()
|
/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/utils/ |
D | assembler.cc | 74 instructions.CopyFrom(0, from); in CopyInstructions()
|
/art/runtime/gc/accounting/ |
D | bitmap.cc | 77 void Bitmap::CopyFrom(Bitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::Bitmap
|
D | bitmap.h | 83 void CopyFrom(Bitmap* source_bitmap);
|
D | space_bitmap.h | 168 void CopyFrom(SpaceBitmap* source_bitmap);
|
D | space_bitmap.cc | 180 void SpaceBitmap<kAlignment>::CopyFrom(SpaceBitmap* source_bitmap) { in CopyFrom() function in art::gc::accounting::SpaceBitmap
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 85 region.CopyFrom(0, from); in CopyInstructions()
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 58 region.CopyFrom(0, from); in CopyInstructions()
|
/art/runtime/ |
D | art_method.h | 100 CopyFrom(src, image_pointer_size); 1007 void CopyFrom(ArtMethod* src, PointerSize image_pointer_size)
|
D | art_method.cc | 786 void ArtMethod::CopyFrom(ArtMethod* src, PointerSize image_pointer_size) { in CopyFrom() function in art::ArtMethod
|
D | class_linker.cc | 5479 out->CopyFrom(proxy_constructor, image_pointer_size_); in CreateProxyConstructor() 5505 out->CopyFrom(prototype, image_pointer_size_); in CreateProxyMethod() 8105 out->CopyFrom(&m, kPointerSize); in ReallocMethods() 8160 new_method.CopyFrom(interface_method, kPointerSize); in ReallocMethods()
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 124 mark_bitmap_.CopyFrom(&live_bitmap_); in CopyLiveToMarked()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 318 new_obsolete_method->CopyFrom(old_method, ptr_size); in VisitFrame() 2555 method.CopyFrom(&method, image_pointer_size); in UpdateMethods()
|