Lines Matching refs:Function
79 // Flags used for the ObjectToDoubleVFPRegister function.
95 // responsibility of the caller to never invoke such function on the
339 void LoadGlobalFunction(int index, Register function);
341 // Load the initial map from the global function. The registers
342 // function and map can be the same, function is then overwritten.
343 void LoadGlobalFunctionInitialMap(Register function,
350 // Invoke the JavaScript function code by either calling or jumping.
363 // Invoke the JavaScript function in the given register. Changes the
364 // current context to the context in the function before invoking.
365 void InvokeFunction(Register function,
370 void InvokeFunction(JSFunction* function,
540 // Try to get function prototype of a function and puts the value in
541 // the result register. Checks that the function really is a
542 // function and jumps to the miss label if the fast checks fail. The
543 // function register will be untouched; the other registers may be
545 void TryGetFunctionPrototype(Register function,
717 void CallRuntime(const Runtime::Function* f, int num_arguments);
720 // Convenience function: Same as above, but takes the fid instead.
723 // Convenience function: call an external reference.
740 // Convenience function: tail call a runtime routine (jump).
745 // Before calling a C-function from generated code, align arguments on stack.
755 // Calls a C function and cleans up the space for arguments allocated
756 // by PrepareCallCFunction. The called function is not allowed to trigger a
759 // function).
760 void CallCFunction(ExternalReference function, int num_arguments);
761 void CallCFunction(Register function, Register scratch, int num_arguments);
765 // Calls an API function. Allocates HandleScope, extracts returned value
769 MaybeObject* TryCallApiFunctionAndReturn(ExternalReference function,
777 // Invoke specified builtin JavaScript function. Adds an entry to
784 // setup the function in r1.
787 // Store the function
956 void CallCFunctionHelper(Register function,