Searched refs:receiver_args_count (Results 1 – 1 of 1) sorted by relevance
1634 Node* receiver_args_count = __ BytecodeOperandCount(2); in DoJSCall() local1636 Node* args_count = __ Int32Sub(receiver_args_count, receiver_count); in DoJSCall()1743 Node* receiver_args_count = __ BytecodeOperandCount(2); in DoCallJSRuntime() local1745 Node* args_count = __ Int32Sub(receiver_args_count, receiver_count); in DoCallJSRuntime()