Searched refs:ShouldInsertFrameStateBefore (Results 1 – 2 of 2) sorted by relevance
163 bool ShouldInsertFrameStateBefore(BytecodeRegion& bb, size_t index);
451 bool FrameStateBuilder::ShouldInsertFrameStateBefore(BytecodeRegion& bb, size_t index) in ShouldInsertFrameStateBefore() function in panda::ecmascript::kungfu::FrameStateBuilder486 bool needStateSplitBefore = ShouldInsertFrameStateBefore(bb, index); in BuildFrameState()