Home | History | Annotate | Download | only in space

Lines Matching defs:iftable

1239             // Then patch the non-embedded vtable and iftable.
1247 ObjPtr<mirror::IfTable> iftable = klass->GetIfTable<kVerifyNone, kWithoutReadBarrier>();
1248 if (iftable != nullptr && app_image_objects.InDest(iftable.Ptr())) {
1249 // Avoid processing the fields of iftable since we will process them later anyways
1254 iftable->GetMethodArrayOrNull<kVerifyNone, kWithoutReadBarrier>(i);
1256 // The iftable has not been patched, so we need to explicitly adjust the pointer.
1640 // Then patch the non-embedded vtable and iftable.
1646 ObjPtr<mirror::IfTable> iftable = klass->GetIfTable<kVerifyNone, kWithoutReadBarrier>();
1647 if (iftable != nullptr) {
1651 iftable->GetMethodArrayOrNull<kVerifyNone, kWithoutReadBarrier>(i);
1653 // The iftable has not been patched, so we need to explicitly adjust the pointer.