Lines Matching defs:super
1177 * If we're using invoke-super(method), make sure that the executing
1182 ClassObject* super = meth->clazz->super;
1183 if (super == NULL || resMethod->methodIndex > super->vtableCount) {
1185 LOG_VFY("VFY: invalid invoke-super from %s.%s to super %s.%s %s",
1187 (super == NULL) ? "-" : super->descriptor,
2296 while (clazz->super != NULL) {
2297 clazz = clazz->super;
2325 c1 = c1->super;
2330 c2 = c2->super;
2337 c1 = c1->super;
2338 c2 = c2->super;
2413 arrayClass = commonElem = c1->super; // == java.lang.Object
2738 /* for uninit ref, make sure it's defined by this class, not super */
5354 * this->clazz or this->super, allowing the latter only if
5377 if (calledMethod->clazz == thisClass->super) {
5379 LOG_VFY("VFY: invoke-direct <init> on super only "
5386 "class or super");