Searched refs:GetHoldingClassOfCopiedMethod (Results 1 – 2 of 2) sorted by relevance
755 ObjPtr<mirror::Class> GetHoldingClassOfCopiedMethod(ArtMethod* method)
4456 CHECK_EQ(GetHoldingClassOfCopiedMethod(&method), klass); in InsertClass()9838 ObjPtr<mirror::Class> ClassLinker::GetHoldingClassOfCopiedMethod(ArtMethod* method) { in GetHoldingClassOfCopiedMethod() function in art::ClassLinker