Home | History | Annotate | Download | only in dex

Lines Matching full:can_combine

570     bool can_combine = true;
572 can_combine &= ((throw_insn->optimization_flags & MIR_IGNORE_NULL_CHECK) != 0);
575 can_combine &= ((throw_insn->optimization_flags & MIR_IGNORE_RANGE_CHECK) != 0);
577 if (!can_combine) {