Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h767 ObjPtr<mirror::Class> GetHoldingClassOfCopiedMethod(ArtMethod* method)
H A Dclass_linker.cc4387 CHECK_EQ(GetHoldingClassOfCopiedMethod(&method), klass); in InsertClass()
10200 ObjPtr<mirror::Class> ClassLinker::GetHoldingClassOfCopiedMethod(ArtMethod* method) { in GetHoldingClassOfCopiedMethod() function in art::ClassLinker