Lines Matching defs:args
843 RegisterList args,
850 OutputCallProperty(callable, args, args.register_count(), feedback_slot);
852 OutputCall(callable, args, args.register_count(), feedback_slot);
856 OutputTailCall(callable, args, args.register_count(), feedback_slot);
862 RegisterList args,
864 OutputNew(constructor, args, args.register_count(), feedback_slot_id);
869 Runtime::FunctionId function_id, RegisterList args) {
875 OutputInvokeIntrinsic(static_cast<int>(intrinsic_id), args,
876 args.register_count());
878 OutputCallRuntime(static_cast<int>(function_id), args,
879 args.register_count());
895 Runtime::FunctionId function_id, RegisterList args,
900 OutputCallRuntimeForPair(static_cast<uint16_t>(function_id), args,
901 args.register_count(), return_pair);
912 RegisterList args) {
913 OutputCallJSRuntime(context_index, args, args.register_count());