Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2037 ic.CheckArtMethodPointerArray(vtable); in CheckObjects()
2058 ic.CheckArtMethodPointerArray(method_array); in CheckObjects()
2099 void CheckArtMethodPointerArray(ObjPtr<mirror::PointerArray> arr) in CheckArtMethodPointerArray() function in art::ImageChecker