Home
last modified time | relevance | path

Searched defs:that (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp97 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
[all …]
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h97 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in FirstPassCallBack() local
103 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in SecondPassCallBack() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h153 inline CopyableGlobal(const CopyableGlobal &that) in CopyableGlobal()
164 inline CopyableGlobal(CopyableGlobal &&that) in CopyableGlobal() function
181 CopyableGlobal(const CopyableGlobal<S> &that) in CopyableGlobal()
249 inline Global(const Global &that) in Global()
260 inline Global(Global &&that) in Global() function
1426 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()