Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsConstructor

122   if (method->IsConstructor() &&
134 } else if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) {
150 if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) {
801 if (method->IsStatic() && !method->IsConstructor() &&