Lines Matching defs:subClass
563 * we can remove anything that is a subclass of something else in the list.
574 * Consider all pairs of classes. If one is the subclass of the other,
575 * null out the subclass.
637 * If one class is a subclass of another, we want to keep just the subclass,
679 /* mix is a subclass of a declared throwable, keep it */
718 ClassObject* subClass;
726 subClass = dvmFindClass(subSig, subMethod->clazz->classLoader);
727 bool result = dvmInstanceof(subClass, baseClass);