Home
last modified time | relevance | path

Searched refs:UpdateNode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h34 DependChains* UpdateNode(GateRef gate);
Ddepend_chain_helper.cpp96 DependChains* DependChains::UpdateNode(GateRef gate) in UpdateNode() function in panda::ecmascript::kungfu::DependChains
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.h35 DependInfoNode* UpdateNode(GateRef gate);
Dearly_elimination.cpp156 dependChain = dependChain->UpdateNode(gate); in TryEliminateGate()
507 DependInfoNode* DependInfoNode::UpdateNode(GateRef gate) in UpdateNode() function in panda::ecmascript::kungfu::DependInfoNode
540 that = that->UpdateNode(gateStack.top()); in UpdateStoreProperty()
Dlater_elimination.cpp101 dependChain = dependChain->UpdateNode(gate); in TryEliminateGate()
Drange_guard.cpp144 dependChain = dependChain->UpdateNode(gate); in TryApplyRangeGuardGate()