Lines Matching full:clinit
1461 * we load it and link it, but don't execute <clinit>. (The VM has
4175 * <clinit>. The sequence is described in the VM spec v2 2.17.5.
4182 * We will often be called recursively, e.g. when the <clinit> code resolves
4191 * to a new instance of itself. <clinit> will end up calling <init> on
4318 * instructions at this time. This means we will be executing <clinit>
4339 //ALOGV("HEY: found a recursive <clinit>");
4392 "(<clinit> failed, see exception in other thread)");
4469 * at the beginning of <clinit>; all we can do is trust
4476 method = dvmFindDirectMethodByDescriptor(clazz, "<clinit>", "()V");
4478 LOGVV("No <clinit> found for %s", clazz->descriptor);
4480 LOGVV("Invoking %s.<clinit>", clazz->descriptor);