Lines Matching defs:callee

5385   //     callee(1, ...x, 2)
5387 // %reflect_apply(callee, receiver, [1, ...x, 2])
5396 // The callee is the first register in args for ease of calling %reflect_apply
5399 Register callee = register_allocator()->GrowRegisterList(&args);
5407 // Prepare the callee and the receiver to the function call. This depends on
5415 VisitPropertyLoadForRegister(args.last_register(), property, callee);
5427 // Load callee as a global variable.
5431 builder()->StoreAccumulatorInRegister(callee);
5441 // Call %LoadLookupSlotForCall to get the callee and receiver.
5449 .MoveRegister(result_pair[0], callee)
5463 VisitForRegisterValue(callee_expr, callee);
5470 builder()->StoreAccumulatorInRegister(callee);
5477 builder()->StoreAccumulatorInRegister(callee);
5489 builder()->StoreAccumulatorInRegister(callee);
5500 builder()->LoadAccumulatorWithRegister(callee).JumpIfUndefinedOrNull(
5516 // literal, pop the callee and evaluate all arguments to the function call
5525 // Resolve callee for a potential direct eval call. This block will mutate the
5526 // callee value.
5530 // Set up arguments for ResolvePossiblyDirectEval by copying callee, source
5549 ->MoveRegister(callee, runtime_call_args[0])
5558 // Call ResolvePossiblyDirectEval and modify the callee.
5561 .StoreAccumulatorInRegister(callee);
5568 builder()->CallWithSpread(callee, args,
5575 builder()->CallProperty(callee, args,
5579 callee, args, feedback_index(feedback_spec()->AddCallICSlot()));
5582 callee, args, feedback_index(feedback_spec()->AddCallICSlot()));