Home | History | Annotate | Download | only in verifier

Lines Matching refs:IsConstructor

715     if (IsConstructor()) {
778 if (IsConstructor()) {
798 if (!(IsConstructor() && IsStatic())) {
1669 if (IsConstructor()) {
2883 is_constructor = called_method->IsConstructor();
3238 if (IsConstructor() && !IsStatic()) {
3262 if (!IsConstructor()) {
3798 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) {
3904 if (!res_method->IsConstructor()) {
4210 if (actual_arg_type.IsUninitializedTypes() && !res_method->IsConstructor()) {
4577 // Note: this IsConstructor check is technically redundant, as UninitializedThis should only
4580 !IsConstructor() ||