Lines Matching defs:that
97 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateProperty() local
109 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateElement() local
121 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateArrayLength() local
133 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdatePrimitiveTypeCheck() local
145 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateInt32OverflowCheck() local
157 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateArrayCheck() local
169 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateStableArrayCheck() local
181 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateTypedArrayCheck() local
193 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateObjectTypeCheck() local
205 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateIndexCheck() local
217 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateTypedCallCheck() local
229 DependChainInfo* that = new (chunk_) DependChainInfo(*this); in UpdateFrameState() local
237 DependChainInfo* that = new (chunk_) DependChainInfo(chunk_); in UpdateWrite() local
259 bool DependChainInfo::Equal(DependChainInfo* that) in Equal()
304 DependChainInfo* DependChainInfo::Merge(DependChainInfo* that) in Merge()