Home
last modified time | relevance | path

Searched refs:ModifyStateInput (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.h63 void ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse);
Dasync_function_lowering.cpp154 ModifyStateInput(stateInGate, ifBranch, ifFalse); in RebuildGeneratorCfg()
234 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput() function in panda::ecmascript::kungfu::AsyncFunctionLowering