Home
last modified time | relevance | path

Searched defs:that (Results 1 – 9 of 9) 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.cpp485 void DependInfoNode::Merge(EarlyElimination* elimination, DependInfoNode* that) in Merge()
522 bool DependInfoNode::Equals(DependInfoNode* that) in Equals()
583 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateNode() local
594 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateFrameState() local
604 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateStoreProperty() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h184 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in FreeGlobalCallBack() local
190 auto that = reinterpret_cast<NativeReferenceHelper*>(ref); in NativeFinalizeCallBack() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h493 void CopyableGlobal<T>::Copy(const CopyableGlobal &that) in Copy()
505 void CopyableGlobal<T>::Copy(const CopyableGlobal<S> &that) in Copy()
516 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move()
560 void Global<T>::Update(const Global &that) in Update()
Djsnapi_expo.h285 inline CopyableGlobal(const CopyableGlobal &that) in CopyableGlobal()
296 inline CopyableGlobal(CopyableGlobal &&that) in CopyableGlobal() function
313 CopyableGlobal(const CopyableGlobal<S> &that) in CopyableGlobal()
383 inline Global(const Global &that) in Global()
394 inline Global(Global &&that) in Global() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h225 bool CanAccess(EtsClass *that) in CanAccess()
Dets_class.cpp368 bool EtsClass::IsInSamePackage(EtsClass *that) in IsInSamePackage()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2281 … DBGDie *that = LFindChildDieWithName(die, static_cast<DwTag>(DW_TAG_formal_parameter), thisIdx); in EmitDwFormRef4() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp3440 DBGDie *that = LFindChildDieWithName(die, DW_TAG_formal_parameter, thisIdx); in EmitDIAttrValue() local