Home
last modified time | relevance | path

Searched refs:CopyFrom (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Ddepend_chain_helper.h62 void CopyFrom(DependChains *other) in CopyFrom() function in panda::ecmascript::kungfu::DependChains
H A Dbit_set.h132 void CopyFrom(const BitSet &other) in CopyFrom() function in panda::ecmascript::kungfu::BitSet
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.h50 void CopyFrom(FrameLiveOut *other) in CopyFrom() function in panda::ecmascript::kungfu::FrameLiveOut
52 liveout_.CopyFrom(other->liveout_); in CopyFrom()
H A Dearly_elimination.h41 void CopyFrom(DependInfoNode *other) in CopyFrom() function in panda::ecmascript::kungfu::DependInfoNode
H A Dlater_elimination.cpp120 copy->CopyFrom(dependChain); in TryEliminateDependSelector()
H A Drange_guard.cpp81 copy->CopyFrom(dependChain); in TraverseDependSelector()
H A Dearly_elimination.cpp36 newChain->CopyFrom(dependChain); in GetLoopDependInfo()
217 copy->CopyFrom(dependChain); in TryEliminateDependSelector()
H A Dlexical_env_specialization_pass.cpp88 copy->CopyFrom(dependChain); in VisitDependSelector()
H A Dframe_states.cpp125 liveOutResult_->CopyFrom(liveout); in ComputeLiveOut()
146 bbLiveout->CopyFrom(liveOutResult_); in ComputeLiveOut()
930 liveout->CopyFrom(liveOutResult_); in AddEmptyBlock()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dbit_vector.h176 CopyFrom(other); in BitVector()
191 CopyFrom(rhs); in operator =()
713 void CopyFrom(const BitVector &other)

Completed in 13 milliseconds