Lines Matching refs:Function
48 // Per the MIPS ABI, register t9 must be used for indirect function call
82 // Flags used for the ObjectToDoubleFPURegister function.
562 // the builtin function to call in register a1.
573 void AlignStack(int offset); // TODO(mips) : remove this function.
580 void LoadGlobalFunction(int index, Register function);
582 // Load the initial map from the global function. The registers
583 // function and map can be the same, function is then overwritten.
584 void LoadGlobalFunctionInitialMap(Register function,
591 // Invoke the JavaScript function code by either calling or jumping.
604 // Invoke the JavaScript function in the given register. Changes the
605 // current context to the context in the function before invoking.
606 void InvokeFunction(Register function,
611 void InvokeFunction(JSFunction* function,
655 // Try to get function prototype of a function and puts the value in
656 // the result register. Checks that the function really is a
657 // function and jumps to the miss label if the fast checks fail. The
658 // function register will be untouched; the other registers may be
660 void TryGetFunctionPrototype(Register function,
665 void GetObjectType(Register function,
727 void CallRuntime(const Runtime::Function* f, int num_arguments);
730 // Convenience function: Same as above, but takes the fid instead.
733 // Convenience function: call an external reference.
744 // Convenience function: tail call a runtime routine (jump).
749 // Before calling a C-function from generated code, align arguments on stack
764 // Calls a C function and cleans up the space for arguments allocated
765 // by PrepareCallCFunction. The called function is not allowed to trigger a
768 // function).
769 void CallCFunction(ExternalReference function, int num_arguments);
770 void CallCFunction(Register function, Register scratch, int num_arguments);
775 // Invoke specified builtin JavaScript function. Adds an entry to
782 // setup the function in a1.
785 // Store the function for the given builtin in the target register.
939 void CallCFunctionHelper(Register function,
965 // the function in the 'resolved' flag.