Searched refs:push_front (Results 1 – 12 of 12) sorted by relevance
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()1882 stack_.push_front(cur_op() - 0x30); in op_lit()1889 stack_.push_front(cur_op() - 0x50); in op_reg()1896 stack_.push_front(OperandAt(0)); in op_regx()1910 stack_.push_front(regs_info_->Get(reg) + OperandAt(0)); in op_breg()[all …]
75 mWakeups.push_front(entry); in insert()
572 last_access_list_.push_front(new_entry); in UpdateKeyAccessTime()602 access_count_list_.push_front(new_entry); in IncrementKeyAccessCount()
186 void push_front(const T& val) { insert(begin(), val); } in push_front() function
331 bool push_front(const keymaster_blob_t& new_entry) { in push_front() function
209 void push_front(const T& val) { insert(begin(), val); } in push_front() function
204 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function
43 if (!chain.push_front(blob)) { in make_cert_chain()
441 mData.push_front(value);442 mAlphaList.push_front(mAlpha);
89 pathsToUnmount.push_front(target); in doFuseBindMount()
1036 toUnmount.push_front(test); in unmountAll()