Home
last modified time | relevance | path

Searched refs:CopyFrom (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h37 void CopyFrom(DependChains *other) in CopyFrom() function
Dbit_set.h118 void CopyFrom(const BitSet &other) in CopyFrom() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h57 void CopyFrom(FrameStateInfo *other) in CopyFrom() function
60 liveout_.CopyFrom(other->liveout_); in CopyFrom()
Dearly_elimination.h41 void CopyFrom(DependInfoNode *other) in CopyFrom() function
Dlater_elimination.cpp126 copy->CopyFrom(dependChain); in TryEliminateDependSelector()
Drange_guard.cpp81 copy->CopyFrom(dependChain); in TraverseDependSelector()
Dearly_elimination.cpp49 newChain->CopyFrom(dependChain); in GetLoopDependInfo()
211 copy->CopyFrom(dependChain); in TryEliminateDependSelector()
Dframe_states.cpp272 liveOutResult_->CopyFrom(liveout); in ComputeLiveOut()
555 bbBeginStateInfos_[bbId]->CopyFrom(liveOutResult_); in SaveBBBeginStateInfo()