Searched defs:ReplaceGate (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | combined_pass_visitor.h | 46 void ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() function 50 void ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() function
|
D | combined_pass_visitor.cpp | 48 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::CombinedPassVisitor 63 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::CombinedPassVisitor
|
D | graph_editor.cpp | 44 void GraphEditor::ReplaceGate(GateRef gate) in ReplaceGate() function in panda::ecmascript::kungfu::GraphEditor
|
D | gate_accessor.cpp | 1470 void GateAccessor::ReplaceGate(GateRef gate, GateRef state, GateRef depend, GateRef value) in ReplaceGate() function in panda::ecmascript::kungfu::GateAccessor 1499 void GateAccessor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::GateAccessor 1514 void GateAccessor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::GateAccessor
|