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

/art/runtime/mirror/
H A Dobject.cc121 Object* Object::Clone(Thread* self) { function in class:art::mirror::Object
/art/runtime/base/
H A Dvariant_map.h92 // Clone the key, creating a copy of the contents.
93 virtual VariantMapKeyRaw* Clone() const = 0;
98 // Clone a value whose runtime type is that of the non-erased key's TValue.
122 // Avoid the object slicing problem; use Clone() instead.
154 virtual VariantMapKeyRaw* Clone() const { function in struct:art::VariantMapKey
274 // Clone the value first, to protect against &value == GetValuePtr(key).
278 storage_map_.insert({{key.Clone(), new_value}});
343 detail::VariantMapKeyRaw* cloned_raw_key = raw_key_other->Clone();

Completed in 703 milliseconds