Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_init

3770     bool is_init = (strcmp("<init>", method_name) == 0);
3771 bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0);
3772 if (UNLIKELY(!is_init && !is_clinit)) {