Home
last modified time | relevance | path

Searched defs:that (Results 1 – 7 of 7) 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()
68 DependChains* that = new (chunk_) DependChains(chunk_); in UpdateNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp494 void DependInfoNode::Merge(EarlyElimination* elimination, DependInfoNode* that) in Merge()
531 bool DependInfoNode::Equals(DependInfoNode* that) in Equals()
592 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateNode() local
603 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateFrameState() local
613 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateStoreProperty() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h187 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in FreeGlobalCallBack() local
193 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in NativeFinalizeCallBack() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h500 void CopyableGlobal<T>::Copy(const CopyableGlobal &that) in Copy()
512 void CopyableGlobal<T>::Copy(const CopyableGlobal<S> &that) in Copy()
523 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move()
567 void Global<T>::Update(const Global &that) in Update()
Djsnapi_expo.h323 inline CopyableGlobal(const CopyableGlobal &that) in CopyableGlobal()
334 inline CopyableGlobal(CopyableGlobal &&that) in CopyableGlobal() function
351 CopyableGlobal(const CopyableGlobal<S> &that) in CopyableGlobal()
421 inline Global(const Global &that) in Global()
432 inline Global(Global &&that) in Global() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h249 bool CanAccess(EtsClass *that) in CanAccess()
Dets_class.cpp376 bool EtsClass::IsInSamePackage(EtsClass *that) in IsInSamePackage()