Home | History | Annotate | Download | only in quick

Lines Matching full:opt_flags

68 LIR* Mir2Lir::GenNullCheck(int s_reg, int m_reg, int opt_flags) {
70 opt_flags & MIR_IGNORE_NULL_CHECK) {
645 void Mir2Lir::GenIGet(uint32_t field_idx, int opt_flags, OpSize size,
660 GenNullCheck(rl_obj.s_reg_low, rl_obj.low_reg, opt_flags);
663 GenNullCheck(rl_obj.s_reg_low, rl_obj.low_reg, opt_flags);
682 GenNullCheck(rl_obj.s_reg_low, rl_obj.low_reg, opt_flags);
706 void Mir2Lir::GenIPut(uint32_t field_idx, int opt_flags, OpSize size,
721 GenNullCheck(rl_obj.s_reg_low, rl_obj.low_reg, opt_flags);
734 GenNullCheck(rl_obj.s_reg_low, rl_obj.low_reg, opt_flags);
1762 void Mir2Lir::GenSuspendTest(int opt_flags) {
1763 if (NO_SUSPEND || (opt_flags & MIR_IGNORE_SUSPEND_CHECK)) {
1776 void Mir2Lir::GenSuspendTestAndBranch(int opt_flags, LIR* target) {
1777 if (NO_SUSPEND || (opt_flags & MIR_IGNORE_SUSPEND_CHECK)) {