Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dunique_stack_table.cpp83 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in PutIpInSlot() local
92 Node* tableNode = reinterpret_cast<Node *>(tableHead_) + curIpIdx; in PutIpInSlot()
160 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in GetFrame() local
167 return (Node *)&tableHead_[stackId]; in GetFrame()
194 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in ImportNode() local
198 tableHead_[index].value = node.value; in ImportNode()