Searched defs:bcId (Results 1 – 3 of 3) sorted by relevance
171 void FrameStateBuilder::UpdateCatchState(uint32_t bcId, FrameLiveOut* liveout) in UpdateCatchState()182 void FrameStateBuilder::BuildStateSplitBeforeCatch(uint32_t bcId, FrameLiveOut* liveout) in BuildStateSplitBeforeCatch()311 …ateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) in AdvanceToNextBc()362 uint32_t bcId, GateRef gate) in UpdateFrameValues()1479 …lder::BuildFrameStateBefore(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, uint32_t bcId) in BuildFrameStateBefore()1488 uint32_t bcId, GateRef gate) in BindFrameStateAndStateSplitAfter()
213 FrameLiveOut *GetFrameLiveoutAfter(uint32_t bcId) in GetFrameLiveoutAfter()
1083 auto bcId = iterator.Index(); in NewByteCode() local