Home
last modified time | relevance | path

Searched defs:CopyOf (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dobject_array-alloc-inl.h64 inline ObjPtr<ObjectArray<T>> ObjectArray<T>::CopyOf(Handle<ObjectArray<T>> h_this, in CopyOf() function
H A Darray.cc141 ObjPtr<Array> Array::CopyOf(Handle<Array> h_this, Thread* self, int32_t new_length) { in CopyOf() function in art::mirror::Array
H A Dclass.cc1325 ObjPtr<Class> Class::CopyOf(Handle<Class> h_this, in CopyOf() function in art::mirror::Class
/aosp12/build/soong/android/
H A Dutil.go28 func CopyOf(s []string) []string { func