Home
last modified time | relevance | path

Searched defs:that (Results 1 – 8 of 8) 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/runtime_core/static_core/compiler/optimizer/optimizations/
Dnative_call_optimization.cpp46 auto *that = static_cast<NativeCallOptimization *>(v); in VisitCallStatic() local
89 auto *that = static_cast<NativeCallOptimization *>(v); in OptimizePrimitiveNativeCall() local
142 auto *that = static_cast<NativeCallOptimization *>(v); in OptimizeNativeCallWithObjects() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp514 void DependInfoNode::Merge(EarlyElimination* elimination, DependInfoNode* that) in Merge()
551 bool DependInfoNode::Equals(DependInfoNode* that) in Equals()
612 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateNode() local
623 DependInfoNode* that = new (chunk_) DependInfoNode(chunk_); in UpdateFrameState() local
633 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_expo.h332 inline CopyableGlobal(const CopyableGlobal &that) in CopyableGlobal()
343 inline CopyableGlobal(CopyableGlobal &&that) in CopyableGlobal() function
360 CopyableGlobal(const CopyableGlobal<S> &that) in CopyableGlobal()
430 inline Global(const Global &that) in Global()
441 inline Global(Global &&that) in Global() function
2048 void CopyableGlobal<T>::Copy(const CopyableGlobal &that) in Copy()
2060 void CopyableGlobal<T>::Copy(const CopyableGlobal<S> &that) in Copy()
2071 void CopyableGlobal<T>::Move(CopyableGlobal &that) in Move()
2115 void Global<T>::Update(const Global &that) in Update()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/
Dquick_native.cpp170 static Type Virtual(ani_env *env, ani_object that, ani_object i0, ani_byte i1, ani_object i2, ani_s… in Virtual()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h263 bool CanAccess(EtsClass *that) in CanAccess()
Dets_class.cpp391 bool EtsClass::IsInSamePackage(EtsClass *that) in IsInSamePackage()