Searched refs:AsyncFunctionLowering (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | async_function_lowering.h | 27 class AsyncFunctionLowering { 29 …AsyncFunctionLowering(BytecodeCircuitBuilder *bcBuilder, Circuit *circuit, CompilationConfig *cmpC… in AsyncFunctionLowering() function 37 ~AsyncFunctionLowering() = default;
|
D | async_function_lowering.cpp | 19 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()
|
D | argument_accessor.h | 116 friend class AsyncFunctionLowering; variable
|
D | pass.h | 574 … AsyncFunctionLowering lowering(data->GetBuilder(), data->GetCircuit(), data->GetCompilerConfig(), in Run()
|