Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_constructor

2656   bool is_constructor = is_init_by_name || is_clinit_by_name;
2660 if (((method_access_flags & kAccConstructor) != 0) && !is_constructor) {
2669 if (is_constructor) {
2686 bool is_direct = (method_access_flags & (kAccStatic | kAccPrivate)) != 0 || is_constructor;
2731 if (is_constructor) {