Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc1754 ic.CheckArtMethodPointerArray(vtable, nullptr); in CheckObjects()
1770 ic.CheckArtMethodPointerArray(iftable->GetMethodArray(i), nullptr); in CheckObjects()
1814 void CheckArtMethodPointerArray(ObjPtr<mirror::PointerArray> arr, in CheckArtMethodPointerArray() function in art::ImageChecker