Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_init

2926     bool is_init = (strcmp("<init>", method_name) == 0);
2927 bool is_clinit = !is_init && (strcmp("<clinit>", method_name) == 0);
2928 if (UNLIKELY(!is_init && !is_clinit)) {