Home
last modified time | relevance | path

Searched refs:AsyncFunctionLowering (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.h26 class AsyncFunctionLowering {
28AsyncFunctionLowering(BytecodeCircuitBuilder *bcBuilder, Circuit *circuit, CompilationConfig *cmpC… in AsyncFunctionLowering() function
36 ~AsyncFunctionLowering() = default;
Dasync_function_lowering.cpp19 void AsyncFunctionLowering::ProcessAll() in ProcessAll()
36 void AsyncFunctionLowering::ProcessJumpTable() in ProcessJumpTable()
69 void AsyncFunctionLowering::RebuildGeneratorCfg(GateRef resumeGate, GateRef restoreOffsetGate, Gate… in RebuildGeneratorCfg()
171 void AsyncFunctionLowering::UpdateValueSelector(GateRef prevLoopBeginGate, in UpdateValueSelector()
226 bool AsyncFunctionLowering::IsAsyncRelated() const in IsAsyncRelated()
231 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
246 void AsyncFunctionLowering::CheckResumeInLoopBody(GateRef stateInGate, bool &resumeInLoopBody) in CheckResumeInLoopBody()
281 GateRef AsyncFunctionLowering::GetDependPhiFromLoopBegin(GateRef gate) const in GetDependPhiFromLoopBegin()
293 GateRef AsyncFunctionLowering::GetEntryBBStateOut() const in GetEntryBBStateOut()
305 GateRef AsyncFunctionLowering::GetEntryBBDependOut() const in GetEntryBBDependOut()
Dargument_accessor.h116 friend class AsyncFunctionLowering; variable
Dpass.h772AsyncFunctionLowering lowering(data->GetBuilder(), data->GetCircuit(), data->GetCompilerConfig(), in Run()