Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp112 Node *tableHead = reinterpret_cast<Node *>(tableBufMMap_); in PutPcInSlot() local
125 Node* tableNode = (Node*)tableHead + curPcIdx; in PutPcInSlot()
199 Node *tableHead = reinterpret_cast<Node *>(tableBufMMap_); in GetFrame() local
206 return (Node *)&tableHead[stackId]; in GetFrame()
234 Node *tableHead = reinterpret_cast<Node *>(tableBufMMap_); in ImportNode() local
238 tableHead[index].value = node.value; in ImportNode()