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.h27 class AsyncFunctionLowering {
29AsyncFunctionLowering(BytecodeCircuitBuilder *bcBuilder, Circuit *circuit, CompilationConfig *cmpC… in AsyncFunctionLowering() function
37 ~AsyncFunctionLowering() = default;
Dasync_function_lowering.cpp19 void AsyncFunctionLowering::ProcessAll() in ProcessAll()
36 void AsyncFunctionLowering::ProcessJumpTable() in ProcessJumpTable()
68 void AsyncFunctionLowering::RebuildGeneratorCfg(GateRef resumeGate, GateRef restoreOffsetGate, Gate… in RebuildGeneratorCfg()
167 void AsyncFunctionLowering::UpdateValueSelector(GateRef prevLoopBeginGate, in UpdateValueSelector()
222 bool AsyncFunctionLowering::IsAsyncRelated() const in IsAsyncRelated()
227 void AsyncFunctionLowering::ModifyStateInput(GateRef stateInGate, GateRef ifBranch, GateRef ifFalse) in ModifyStateInput()
242 void AsyncFunctionLowering::CheckResumeInLoopBody(GateRef stateInGate, bool &resumeInLoopBody) in CheckResumeInLoopBody()
277 GateRef AsyncFunctionLowering::GetDependPhiFromLoopBegin(GateRef gate) const in GetDependPhiFromLoopBegin()
289 GateRef AsyncFunctionLowering::GetEntryBBStateOut() const in GetEntryBBStateOut()
300 GateRef AsyncFunctionLowering::GetEntryBBDependOut() const in GetEntryBBDependOut()
Dargument_accessor.h116 friend class AsyncFunctionLowering; variable
Dpass.h574AsyncFunctionLowering lowering(data->GetBuilder(), data->GetCircuit(), data->GetCompilerConfig(), in Run()