Searched refs:clone (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dobject_test.cc122 Object* clone = a1->Clone(soa.Self()); local
123 EXPECT_EQ(s1, clone->SizeOf());
124 EXPECT_TRUE(clone->GetClass() == a1->GetClass());
/art/runtime/
H A Dclass_linker.cc3862 mirror::ArtMethod* clone = CreateProxyMethod(self, klass, prototype); local
3863 if (UNLIKELY(clone == nullptr)) {
3867 klass->SetVirtualMethod(i, clone);
4023 // At runtime the method looks like a reference and argument saving method, clone the code

Completed in 472 milliseconds