Home
last modified time | relevance | path

Searched refs:nextDep (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp586 size_t nextDep = bbNext->loopDepth - headDep; in LoopExitCount() local
587 ASSERT(bb->loopDepth >= nextDep); in LoopExitCount()
588 return bb->loopDepth > nextDep; in LoopExitCount()
Dbytecode_circuit_builder.cpp1126 size_t nextDep = bbNext.loopDepth - headDep; in LoopExitCount() local
1127 ASSERT(bb.loopDepth >= nextDep); in LoopExitCount()
1128 return bb.loopDepth > nextDep; in LoopExitCount()