Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp721 void BytecodeCircuitBuilder::SetBlockPred(BytecodeRegion &bbNext, const GateRef &state, in SetBlockPred()
847 auto &bbNext = bb.catchs.at(0); in NewJSGate() local
882 auto &bbNext = graph_[bb.id + 1]; in NewJSGate() local
916 auto &bbNext = bb.succs[0]; in NewJump() local
926 for (auto &bbNext: bb.succs) { in NewJump() local
944 auto &bbNext = bb.succs.at(0); in NewJump() local
994 auto &bbNext = graph_[bb.id + 1]; in NewByteCode() local
1011 auto &bbNext = graph_[bb.id + 1]; in NewByteCode() local