Searched refs:Clone (Results 1 - 11 of 11) sorted by relevance

/art/runtime/base/
H A Dvariant_map.h95 // Clone the key, creating a copy of the contents.
96 virtual VariantMapKeyRaw* Clone() const = 0;
101 // Clone a value whose runtime type is that of the non-erased key's TValue.
125 // Avoid the object slicing problem; use Clone() instead.
157 virtual VariantMapKeyRaw* Clone() const { function in struct:art::VariantMapKey
277 // Clone the value first, to protect against &value == GetValuePtr(key).
281 storage_map_.insert({{key.Clone(), new_value}});
347 detail::VariantMapKeyRaw* cloned_raw_key = raw_key_other->Clone();
/art/runtime/native/
H A Djava_lang_Object.cc28 return soa.AddLocalReference<jobject>(o->Clone(soa.Self()));
H A Djava_lang_reflect_Method.cc60 return soa.AddLocalReference<jobjectArray>(declared_exceptions->Clone(soa.Self()));
H A Djava_lang_Class.cc126 return soa.AddLocalReference<jobjectArray>(klass->GetProxyInterfaces()->Clone(soa.Self()));
/art/runtime/mirror/
H A Dobject.cc151 Object* Object::Clone(Thread* self) { function in class:art::mirror::Object
H A Dobject_test.cc107 TEST_F(ObjectTest, Clone) {
112 Object* clone = a1->Clone(soa.Self());
H A Dobject.h134 Object* Clone(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_)
683 // This is internally used by Clone() and Class::CopyOf(). If the object is finalizable,
/art/runtime/
H A Dcheck_jni.cc173 // we want to use one we need to Clone() it.
174 VarArgs Clone() const { function in class:art::VarArgs
874 VarArgs args(args_p->Clone());
987 VarArgs args(va->Clone());
H A Dclass_linker_test.cc1461 dex_cache.Assign(dex_cache->Clone(soa.Self())->AsDexCache());
H A Dclass_linker.cc4471 // Clone the existing constructor of Proxy (our constructor would just invoke it so steal its
6287 method_array = down_cast<mirror::PointerArray*>(if_table->GetMethodArray(i)->Clone(self));
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1727 result->SetL(receiver->Clone(self));

Completed in 313 milliseconds