Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp670 void BytecodeCircuitBuilder::TryInsertLoopExit(BytecodeRegion &bb, BytecodeRegion &bbNext, in TryInsertLoopExit()
733 void BytecodeCircuitBuilder::SetLoopBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, in SetLoopBlockPred()
772 void BytecodeCircuitBuilder::SetBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, in SetBlockPred()
906 auto &bbNext = bb.catchs.at(0); in NewJSGate() local
922 auto &bbNext = bb.catchs.at(0); in NewJSGate() local
968 auto &bbNext = bb.succs[0]; in NewJump() local
977 for (auto &bbNext: bb.succs) { in NewJump() local
994 auto &bbNext = bb.succs.at(0); in NewJump() local
1062 auto &bbNext = graph_[bb.id + 1]; in BuildSubCircuit() local
1082 auto &bbNext = graph_[bb.id + 1]; in BuildSubCircuit() local
[all …]
Dframe_states.cpp579 size_t FrameStateBuilder::LoopExitCount(BytecodeRegion* bb, BytecodeRegion* bbNext) in LoopExitCount()