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