Searched defs:that (Results 1 – 4 of 4) sorted by relevance
20 void DependChains::Merge(DependChains* that) in Merge()44 bool DependChains::Equals(DependChains* that) in Equals()100 DependChains* that = new (chunk_) DependChains(chunk_); in UpdateNode() local
109 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in FreeGlobalCallBack() local115 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in NativeFinalizeCallBack() local
413 void DependInfoNode::Merge(EarlyElimination* elimination, DependInfoNode* that) in Merge()450 bool DependInfoNode::Equals(DependInfoNode* that) in Equals()511 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateNode() local522 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateFrameState() local532 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateStoreProperty() local
156 inline CopyableGlobal(const CopyableGlobal &that) in CopyableGlobal()167 inline CopyableGlobal(CopyableGlobal &&that) in CopyableGlobal() function184 CopyableGlobal(const CopyableGlobal<S> &that) in CopyableGlobal()254 inline Global(const Global &that) in Global()265 inline Global(Global &&that) in Global() function1545 void CopyableGlobal<T>::Copy(const CopyableGlobal &that) in Copy()1557 void CopyableGlobal<T>::Copy(const CopyableGlobal<S> &that) in Copy()1568 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move()1612 void Global<T>::Update(const Global &that) in Update()