Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h657 mirror::Class* GetHoldingClassOfCopiedMethod(ArtMethod* method)
Dclass_linker.cc4002 CHECK_EQ(GetHoldingClassOfCopiedMethod(&method), klass); in InsertClass()
9028 mirror::Class* ClassLinker::GetHoldingClassOfCopiedMethod(ArtMethod* method) { in GetHoldingClassOfCopiedMethod() function in art::ClassLinker