Home
last modified time | relevance | path

Searched refs:FindCopiedMethod (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_test.cc136 ArtMethod* copied = FindCopiedMethod(origin, impl_klass); in TEST_F()
159 copied = FindCopiedMethod(origin, iterablebase_klass); in TEST_F()
Dimage_test.h104 ArtMethod* FindCopiedMethod(ArtMethod* origin, ObjPtr<mirror::Class> klass) in FindCopiedMethod() function