Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.cpp20 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
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h109 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in FreeGlobalCallBack() local
115 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in NativeFinalizeCallBack() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp413 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() local
522 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateFrameState() local
532 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateStoreProperty() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h156 inline CopyableGlobal(const CopyableGlobal &that) in CopyableGlobal()
167 inline CopyableGlobal(CopyableGlobal &&that) in CopyableGlobal() function
184 CopyableGlobal(const CopyableGlobal<S> &that) in CopyableGlobal()
254 inline Global(const Global &that) in Global()
265 inline Global(Global &&that) in Global() function
1545 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()