Home
last modified time | relevance | path

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

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