Home
last modified time | relevance | path

Searched refs:thisPc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/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()
121 node.section.pc = thisPc; in PutPcInSlot()
123 node.section.inKernel = !!(thisPc & PC_IN_KERNEL); in PutPcInSlot()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h137 uint64_t PutPcInSlot(uint64_t thisPc, uint64_t prevIdx);