Searched refs:pTag (Results 1 – 3 of 3) sorted by relevance
48 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;84 inline void setValue(uint64_t pTag, uint64_t pValue);154 void reserveOne(uint64_t pTag);156 void applyOne(uint64_t pTag, uint64_t pValue);
20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) in setValue() argument22 m_Pair.d_tag = pTag; in setValue()
74 void ELFDynamic::reserveOne(uint64_t pTag) in reserveOne() argument80 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) in applyOne() argument83 m_EntryList[m_Idx]->setValue(pTag, pValue); in applyOne()