Lines Matching defs:bcId
284 void FrameStateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId)
287 BindStateSplitBefore(bytecodeInfo, liveout, bcId);
335 uint32_t bcId, GateRef gate)
346 auto liveout = GetFrameLiveoutAfter(bcId);
364 BindStateSplitAfter(bytecodeInfo, bcId, gate);
1435 void FrameStateBuilder::BindStateSplitBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId)
1441 frameStateCache_ = BuildFrameState(liveContext_, liveout, bcId);
1447 uint32_t bcId, GateRef gate)
1457 auto stateSplit = BuildStateSplit(liveContext_, GetOrOCreateBCEndLiveOut(bcId), bcId + 1); // 1: for after