Searched defs:ReplaceGate (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | combined_pass_visitor.cpp | 63 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::CombinedPassVisitor 79 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::CombinedPassVisitor
|
| H A D | combined_pass_visitor.h | 48 void ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::PassVisitor 52 void ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() function in panda::ecmascript::kungfu::PassVisitor
|
| H A D | graph_editor.cpp | 44 void GraphEditor::ReplaceGate(GateRef gate) in ReplaceGate() function in panda::ecmascript::kungfu::GraphEditor
|
| H A D | gate_accessor.cpp | 1559 void GateAccessor::ReplaceGate(GateRef gate, GateRef state, GateRef depend, GateRef value) in ReplaceGate() function in GateAccessor 1591 void GateAccessor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() function in GateAccessor 1606 void GateAccessor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() function in GateAccessor
|
Completed in 6 milliseconds