Searched refs:Clone (Results 1 – 8 of 8) sorted by relevance
52 return soa.AddLocalReference<jobject>(declared_exceptions->Clone(soa.Self())); in Method_getExceptionTypesNative()
31 return soa.AddLocalReference<jobject>(o->Clone(soa.Self())); in Object_internalClone()
96 return soa.AddLocalReference<jobjectArray>(c->GetInterfaces()->Clone(soa.Self())); in Class_getProxyInterfaces()
122 Object* Object::Clone(Thread* self) { in Clone() function in art::mirror::Object
116 TEST_F(ObjectTest, Clone) { in TEST_F() argument122 Object* clone = a1->Clone(soa.Self()); in TEST_F()
105 Object* Clone(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
63 result->SetL(receiver->Clone(self)); in UnstartedRuntimeJni()
3983 mirror::ArtMethod* constructor = down_cast<mirror::ArtMethod*>(proxy_constructor->Clone(self)); in CreateProxyConstructor()4012 mirror::ArtMethod* method = down_cast<mirror::ArtMethod*>(prototype->Clone(self)); in CreateProxyMethod()5210 method_array = hs.NewHandle(if_table->GetMethodArray(i)->Clone(self)-> in LinkInterfaceMethods()5291 miranda_method = down_cast<mirror::ArtMethod*>(interface_method->Clone(self)); in LinkInterfaceMethods()