Searched refs:prevIdx (Results 1 – 5 of 5) 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()122 node.section.prevIdx = prevIdx; in PutPcInSlot()223 if (node->section.prevIdx == HEAD_NODE_INDEX) { in GetPcsByStackId()226 node = GetFrame(node->section.prevIdx); in GetPcsByStackId()
49 uint64_t prevIdx : IDX_BIT_LENGTH; member137 uint64_t PutPcInSlot(uint64_t thisPc, uint64_t prevIdx);
193 VIdx prevIdx = state.currentIdx; in DfsBuildCycleInfo() local198 result.edges.push_back(e_[s.currentIdx][prevIdx]); in DfsBuildCycleInfo()199 prevIdx = s.currentIdx; in DfsBuildCycleInfo()
599 for (int prevIdx = 0; prevIdx < 3; prevIdx++) { in __anon0d588a1c0f02() local600 if (priorityCount[prevIdx] != 5) { in __anon0d588a1c0f02()
309 inline float AddLinesInBetween(int32_t prevIdx, int32_t idx, int32_t crossCount, float lineHeight) in AddLinesInBetween() argument314 return (idx - prevIdx) > 1 ? ((idx - 2 - prevIdx) / crossCount + 1) * lineHeight : 0.0f; in AddLinesInBetween()