Home | History | Annotate | Download | only in linker

Lines Matching defs:copied

97 // a default method of an interface and in a copied method
99 // only if the copied method and the origin method are located in the
113 // and in the copied method form the same oat file.
127 ArtMethod* copied = FindCopiedMethod(origin, impl_klass);
128 ASSERT_NE(nullptr, copied);
129 // the copied method should have pointer to the same quick code as the origin method
130 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size));
133 // but the copied method has pointer to interpreter
150 copied = FindCopiedMethod(origin, iterablebase_klass);
151 ASSERT_NE(nullptr, copied);
152 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
153 // the copied method should have a pointer to interpreter