Searched defs:that (Results 1 – 3 of 3) sorted by relevance
97 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateProperty() local109 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateElement() local121 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateArrayLength() local133 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdatePrimitiveTypeCheck() local145 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateInt32OverflowCheck() local157 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateArrayCheck() local169 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateStableArrayCheck() local181 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateTypedArrayCheck() local193 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateObjectTypeCheck() local205 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateIndexCheck() local[all …]
97 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in FirstPassCallBack() local103 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in SecondPassCallBack() local
153 inline CopyableGlobal(const CopyableGlobal &that) in CopyableGlobal()164 inline CopyableGlobal(CopyableGlobal &&that) in CopyableGlobal() function181 CopyableGlobal(const CopyableGlobal<S> &that) in CopyableGlobal()249 inline Global(const Global &that) in Global()260 inline Global(Global &&that) in Global() function1426 void CopyableGlobal<T>::Copy(const CopyableGlobal &that) in Copy()1438 void CopyableGlobal<T>::Copy(const CopyableGlobal<S> &that) in Copy()1449 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move()1486 void Global<T>::Update(const Global &that) in Update()