Searched refs:receiver_count (Results 1 – 4 of 4) sorted by relevance
49 channel.receiver_count = 0; in NewChannel()109 if (channel.receiver_count >= 1) { in RegisterRecvInternal()115 channel.receiver_count += 1; in RegisterRecvInternal()
51 int64 receiver_count; member
883 int receiver_count = static_cast<int>(maps.size()); in ConfigurePolymorphic() local884 DCHECK_GT(receiver_count, 1); in ConfigurePolymorphic()887 array = EnsureArrayOfSize(receiver_count * 2); in ConfigurePolymorphic()891 array = EnsureExtraArrayOfSize(receiver_count * 2); in ConfigurePolymorphic()895 for (int current = 0; current < receiver_count; ++current) { in ConfigurePolymorphic()
844 Node* receiver_count = Int32Constant(1); in CallJSAndDispatch() local845 args_count = Int32Sub(args.reg_count(), receiver_count); in CallJSAndDispatch()911 Node* receiver_count = Int32Constant(1); in CallJSWithSpreadAndDispatch() local912 Node* args_count = Int32Sub(args.reg_count(), receiver_count); in CallJSWithSpreadAndDispatch()