Searched refs:receiver_count (Results 1 – 2 of 2) sorted by relevance
452 int receiver_count = maps->length(); in InstallHandlers() local453 for (int current = 0; current < receiver_count; ++current) { in InstallHandlers()747 int receiver_count = maps->length(); in ConfigurePolymorphic() local748 Handle<FixedArray> array = EnsureArrayOfSize(receiver_count * 2); in ConfigurePolymorphic()757 int receiver_count = maps->length(); in ConfigurePolymorphic() local758 DCHECK(receiver_count > 1); in ConfigurePolymorphic()761 array = EnsureArrayOfSize(receiver_count * 2); in ConfigurePolymorphic()765 array = EnsureExtraArrayOfSize(receiver_count * 2); in ConfigurePolymorphic()776 int receiver_count = maps->length(); in ConfigurePolymorphic() local777 Handle<FixedArray> array = EnsureArrayOfSize(receiver_count * 2); in ConfigurePolymorphic()[all …]
991 Node* receiver_count = __ Int32Constant(1); in DoJSCall() local992 Node* args_count = __ Int32Sub(receiver_args_count, receiver_count); in DoJSCall()1089 Node* receiver_count = __ Int32Constant(1); in DoCallJSRuntimeCommon() local1090 Node* args_count = __ Int32Sub(receiver_args_count, receiver_count); in DoCallJSRuntimeCommon()