Searched refs:isc (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | class_linker.cc | 1524 ImageSanityChecks isc(heap, class_linker); in CheckObjects() local 1525 heap->VisitObjects(ImageSanityChecks::SanityCheckObjectsCallback, &isc); in CheckObjects() 1533 ImageSanityChecks isc(heap, class_linker); in CheckPointerArray() local 1534 isc.SanityCheckArtMethodPointerArray(arr, size); in CheckPointerArray() 1543 ImageSanityChecks* isc = reinterpret_cast<ImageSanityChecks*>(arg); in SanityCheckObjectsCallback() local 1552 const auto pointer_size = isc->pointer_size_; in SanityCheckObjectsCallback() 1554 isc->SanityCheckArtMethod(&m, klass); in SanityCheckObjectsCallback() 1558 isc->SanityCheckArtMethodPointerArray(vtable, nullptr); in SanityCheckObjectsCallback() 1563 isc->SanityCheckArtMethod(imt->Get(i, pointer_size), nullptr); in SanityCheckObjectsCallback() 1568 isc->SanityCheckArtMethod(klass->GetEmbeddedVTableEntry(i, pointer_size), nullptr); in SanityCheckObjectsCallback() [all …]
|