Home
last modified time | relevance | path

Searched defs:workList (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DcallGraphUtils.ts29 get workList(): MethodSignature[] { method in MethodSignatureManager
33 set workList(list: MethodSignature[]) { method in MethodSignatureManager
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp22 ChunkQueue<InlineTypeInfoAccessor> workList(chunk_); in RunTSInlineLowering() local
56 …d TSInlineLowering::CandidateInlineCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList) in CandidateInlineCall()
101 …lineLowering::TryInline(InlineTypeInfoAccessor &info, ChunkQueue<InlineTypeInfoAccessor> &workList) in TryInline()
649 void TSInlineLowering::UpdateWorkList(ChunkQueue<InlineTypeInfoAccessor> &workList) in UpdateWorkList()
696 void TSInlineLowering::CandidateAccessor(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList in CandidateAccessor()
706 …d TSInlineLowering::CandidateNormalCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList in CandidateNormalCall()
718 …id TSInlineLowering::CandidateSuperCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList in CandidateSuperCall()
Dloop_analysis.cpp196 ChunkQueue<GateRef> workList(chunk_); in LoopExitElimination() local
Dgraph_editor.cpp154 std::queue<GateRef> workList; in EliminatePhi() local
Dearly_elimination.cpp38 ChunkQueue<GateRef> workList(chunk_); in GetLoopDependInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h302 void SetWorkList(WorkList* workList) in SetWorkList()
Dpgo_profiler.cpp372 auto workList = workNode->GetWorkList(); in PGODump() local
436 auto workList = workNode->GetWorkList(); in PGOPreDump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp391 std::queue<BB *> workList; in BFS() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DDataflowSolver.ts42 protected workList: Array<PathEdge<D>>; property in DataflowSolver
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator_manager.cpp108 ExpiredMutatorList workList; in DestroyExpiredMutators() local