Home | History | Annotate | Download | only in runtime

Lines Matching defs:clinit

2927     bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0);
4063 mirror::ArtMethod* clinit = klass->FindClassInitializer();
4064 if (clinit != nullptr) {
4148 // running <clinit> and will return.
4244 mirror::ArtMethod* clinit = klass->FindClassInitializer();
4245 if (clinit != nullptr) {
4248 clinit->Invoke(self, nullptr, 0, &result, "V");
4309 ThrowNoClassDefFoundError("<clinit> failed for class %s; see exception in other thread",