Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h756 ObjPtr<mirror::Class> GetHoldingClassOfCopiedMethod(ArtMethod* method)
Dclass_linker.cc4547 CHECK_EQ(GetHoldingClassOfCopiedMethod(&method), klass); in InsertClass()
9937 ObjPtr<mirror::Class> ClassLinker::GetHoldingClassOfCopiedMethod(ArtMethod* method) { in GetHoldingClassOfCopiedMethod() function in art::ClassLinker