Home | History | Annotate | Download | only in runtime

Lines Matching full:is_init

2890     bool is_init = (strcmp("<init>", method_name) == 0);
2891 bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0);
2892 if (UNLIKELY(!is_init && !is_clinit)) {