Home
last modified time | relevance | path

Searched defs:secondList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DListUtil.ts57 const secondList: string[] = listB ? listB : []; constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.cpp53 ChunkQueue<GateRef>& firstList, ChunkQueue<GateRef>& secondList, in CollectUseGate()
100 ChunkQueue<GateRef> secondList(chunk_); // for other edges in CollectLoopBody() local