Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_clinit

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