Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc1633 ImageSanityChecks isc(heap, class_linker); in CheckObjects() local
1646 const auto pointer_size = isc.pointer_size_; in CheckObjects()
1648 isc.SanityCheckArtMethod(&m, klass); in CheckObjects()
1652 isc.SanityCheckArtMethodPointerArray(vtable, nullptr); in CheckObjects()
1657 isc.SanityCheckArtMethod(imt->Get(i, pointer_size), nullptr); in CheckObjects()
1662 isc.SanityCheckArtMethod(klass->GetEmbeddedVTableEntry(i, pointer_size), nullptr); in CheckObjects()
1668 isc.SanityCheckArtMethodPointerArray(iftable->GetMethodArray(i), nullptr); in CheckObjects()
1681 ImageSanityChecks isc(heap, class_linker); in CheckArtMethodDexCacheArray() local
1682 isc.SanityCheckArtMethodDexCacheArray(arr, size); in CheckArtMethodDexCacheArray()