Searched defs:Clone (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dobject.cc151 Object* Object::Clone(Thread* self) { function in class:art::mirror::Object
/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/
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());

Completed in 66 milliseconds