Home | History | Annotate | Download | only in runtime

Lines Matching full:isconstructor

131   if (method->IsConstructor() &&
150 } else if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) {
172 if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) {
832 if (method->IsStatic() && !method->IsConstructor() &&