Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_init

3473     bool is_init = (strcmp("<init>", method_name) == 0);
3474 bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0);
3475 if (UNLIKELY(!is_init && !is_clinit)) {