Searched refs:clone (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Dclass_linker.cc2727 mirror::ArtMethod* clone = CreateProxyMethod(self, klass, prototype); local
2728 if (UNLIKELY(clone == NULL)) {
2732 klass->SetVirtualMethod(i, clone);
2861 // At runtime the method looks like a reference and argument saving method, clone the code
/art/runtime/mirror/
H A Dobject_test.cc97 Object* clone = a1->Clone(soa.Self()); local
98 EXPECT_EQ(s1, clone->SizeOf());
99 EXPECT_TRUE(clone->GetClass() == a1->GetClass());

Completed in 105 milliseconds