Searched refs:push_front (Results 1 – 14 of 14) 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()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()[all …]
65 maps_.push_front(map); in GenerateMap()116 maps_.push_front(map); in GenerateMap()
75 mWakeups.push_front(entry); in insert()
34 vec.push_front(i); in runVectorFuzz()
569 last_access_list_.push_front(new_entry); in UpdateKeyAccessTime()599 access_count_list_.push_front(new_entry); in IncrementKeyAccessCount()
209 void push_front(const T& val) { insert(begin(), val); } in push_front() function
207 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function
186 void push_front(const T& val) { insert(begin(), val); } in push_front() function
317 bool push_front(const keymaster_blob_t& new_entry) { in push_front() function
41 if (!chain.push_front(blob)) { in make_cert_chain()
439 mData.push_front(value);440 mAlphaList.push_front(mAlpha);
88 pathsToUnmount.push_front(target); in doFuseBindMount()
966 toUnmount.push_front(test); in unmountAll()
1238 mountPoints.push_front(mountPoint); in findMountPointsWithPrefix()