Lines Matching refs:push_front
1621 stack_.push_front(value); in op_deref()
1640 stack_.push_front(value); in op_deref_size()
1648 stack_.push_front(operand); in op_push()
1655 stack_.push_front(StackAt(0)); in op_dup()
1667 stack_.push_front(StackAt(1)); in op_over()
1678 stack_.push_front(StackAt(index)); in op_pick()
1883 stack_.push_front(cur_op() - 0x30); in op_lit()
1890 stack_.push_front(cur_op() - 0x50); in op_reg()
1897 stack_.push_front(OperandAt(0)); in op_regx()
1911 stack_.push_front(regs_info_->Get(reg) + OperandAt(0)); in op_breg()
1922 stack_.push_front(regs_info_->Get(reg) + OperandAt(1)); in op_bregx()