Searched refs:FrameStateCount (Results 1 – 4 of 4) sorted by relevance
791 descriptor->InputCount() + descriptor->FrameStateCount(), in Call()818 descriptor->InputCount() + descriptor->FrameStateCount(), 1, 1, 0, in TailCall()
218 size_t FrameStateCount() const { return NeedsFrameState() ? 1 : 0; } in FrameStateCount() function
78 << d.FrameStateCount() << "t" << d.SupportsTailCalls(); in operator <<()
482 size_t frame_state_count() const { return descriptor->FrameStateCount(); } in frame_state_count()