Searched refs:SetBlockPred (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 772 void BytecodeCircuitBuilder::SetBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, in SetBlockPred() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder 907 SetBlockPred(bb, *bbNext, gate, gate); in NewJSGate() 923 SetBlockPred(bb, *bbNext, ifException, ifException); in NewJSGate() 970 SetBlockPred(bb, *bbNext, ifFalse, falseRelay); in NewJump() 971 SetBlockPred(bb, *bbNext, ifTrue, trueRelay); in NewJump() 979 SetBlockPred(bb, *bbNext, ifFalse, falseRelay); in NewJump() 983 SetBlockPred(bb, *bbNext, ifTrue, trueRelay); in NewJump() 995 SetBlockPred(bb, *bbNext, state, depend); in NewJump() 1063 SetBlockPred(bb, bbNext, stateCur, dependCur); in BuildSubCircuit() 1083 SetBlockPred(bb, bbNext, stateCur, dependCur); in BuildSubCircuit()
|
| D | bytecode_circuit_builder.h | 555 …void SetBlockPred(BytecodeRegion &bb, BytecodeRegion &bbNext, const GateRef &state, const GateRef …
|