Searched refs:thisPc (Results 1 – 2 of 2) sorted by relevance
110 uint64_t UniqueStackTable::PutPcInSlot(uint64_t thisPc, uint64_t prevIdx) in PutPcInSlot() argument117 uint64_t curPcIdx = (((thisPc >> 2) ^ (prevIdx << 4)) % hashModulus_) + availableIndex_; in PutPcInSlot()121 node.section.pc = thisPc; in PutPcInSlot()123 node.section.inKernel = !!(thisPc & PC_IN_KERNEL); in PutPcInSlot()
137 uint64_t PutPcInSlot(uint64_t thisPc, uint64_t prevIdx);