Home | History | Annotate | Download | only in oo

Lines Matching refs:methodIndexArray

3133         clazz->iftable[i].methodIndexArray = clazz->ifviPool + poolOffset;
3189 clazz->iftable[i].methodIndexArray[methIdx] = j;
3242 clazz->iftable[i].methodIndexArray[methIdx] =
4132 vtableIndex = iftable->methodIndexArray[j];
4716 if (false && ent->methodIndexArray != NULL) {
4719 j, ent->methodIndexArray[j],
4721 clazz->vtable[ent->methodIndexArray[j]]->name);