Home
last modified time | relevance | path

Searched refs:prevIdx (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp110 uint64_t UniqueStackTable::PutPcInSlot(uint64_t thisPc, uint64_t prevIdx) in PutPcInSlot() argument
117 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()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h49 uint64_t prevIdx : IDX_BIT_LENGTH; member
137 uint64_t PutPcInSlot(uint64_t thisPc, uint64_t prevIdx);

Completed in 2 milliseconds