Searched refs:GetTo (Results 1 – 4 of 4) sorted by relevance
181 const uint8_t *GetTo() const in GetTo() function300 return BytecodeInst(ptr, Base::GetFrom(), Base::GetTo());343 auto GetTo() const -> std::enable_if_t<M == BytecodeInstMode::SAFE, const uint8_t *>345 return Base::GetTo();
142 writer_->Write(edge->GetTo()->GetIndex() * Node::NODE_FIELD_COUNT); // 3. in SerializeEdges()145 writer_->Write(edge->GetTo()->GetIndex() * Node::NODE_FIELD_COUNT); // 3. in SerializeEdges()
170 const Node *GetTo() const in GetTo() function
997 auto *to = reinterpret_cast<TaggedObject *>(edge->GetTo()->GetAddress()); in BridgeAllReferences()