Searched refs:tableHead (Results 1 – 1 of 1) sorted by relevance
112 Node *tableHead = reinterpret_cast<Node *>(tableBufMMap_); in PutPcInSlot() local125 Node* tableNode = (Node*)tableHead + curPcIdx; in PutPcInSlot()199 Node *tableHead = reinterpret_cast<Node *>(tableBufMMap_); in GetFrame() local206 return (Node *)&tableHead[stackId]; in GetFrame()234 Node *tableHead = reinterpret_cast<Node *>(tableBufMMap_); in ImportNode() local238 tableHead[index].value = node.value; in ImportNode()