Home | History | Annotate | Download | only in runtime

Lines Matching defs:clinit

2907     mirror::ArtMethod* clinit = klass->FindDeclaredDirectMethod("<clinit>", "()V");
2908 if (clinit != NULL) {
2987 // running <clinit> and will return.
3054 mirror::ArtMethod* clinit = klass->FindDeclaredDirectMethod("<clinit>", "()V");
3055 if (clinit != NULL) {
3059 clinit->Invoke(self, NULL, 0, &result, 'V');
3061 art::interpreter::EnterInterpreterFromInvoke(self, clinit, NULL, NULL, NULL);
3122 ThrowNoClassDefFoundError("<clinit> failed for class %s; see exception in other thread",