Home
last modified time | relevance | path

Searched refs:jumpUp (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dscheduler.cpp151 std::vector<std::vector<size_t>> jumpUp; in Run() local
152 jumpUp.assign(result.size(), std::vector<size_t>(sizeLog + 1)); in Run()
164 jumpUp[root][0] = root; in Run()
166 auto jumpUpHalf = jumpUp[root][stepSize - 1]; in Run()
167 jumpUp[root][stepSize] = jumpUp[jumpUpHalf][stepSize - 1]; in Run()
182 jumpUp[succ][0] = cur; in Run()
184 auto jumpUpHalf = jumpUp[succ][stepSize - 1]; in Run()
185 jumpUp[succ][stepSize] = jumpUp[jumpUpHal in Run()
[all...]
H A Dverifier.cpp516 std::vector<std::vector<size_t>> jumpUp; in Run() local
517 jumpUp.assign(bbGatesList.size(), std::vector<size_t>(sizeLog + 1)); in Run()
529 jumpUp[root][0] = root; in Run()
531 auto jumpUpHalf = jumpUp[root][stepSize - 1]; in Run()
532 jumpUp[root][stepSize] = jumpUp[jumpUpHalf][stepSize - 1]; in Run()
547 jumpUp[succ][0] = cur; in Run()
549 auto jumpUpHalf = jumpUp[succ][stepSize - 1]; in Run()
550 jumpUp[succ][stepSize] = jumpUp[jumpUpHal in Run()
[all...]

Completed in 3 milliseconds