Searched refs:tableHead_ (Results 1 – 1 of 1) sorted by relevance
83 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in PutIpInSlot() local92 Node* tableNode = reinterpret_cast<Node *>(tableHead_) + curIpIdx; in PutIpInSlot()160 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in GetFrame() local167 return (Node *)&tableHead_[stackId]; in GetFrame()194 Node *tableHead_ = reinterpret_cast<Node *>(tableBuf_.get()); in ImportNode() local198 tableHead_[index].value = node.value; in ImportNode()