Lines Matching refs:Function
52 // function calling convention.
87 // responsibility of the caller to never invoke such function on the
336 // Invoke the JavaScript function code by either calling or jumping.
352 // Invoke the JavaScript function in the given register. Changes the
353 // current context to the context in the function before invoking.
354 void InvokeFunction(Register function,
360 void InvokeFunction(Handle<JSFunction> function,
366 // Invoke specified builtin JavaScript function. Adds an entry to
372 // Store the function for the given builtin in the target register.
485 // Test-and-jump functions. Typically combines a check function
1105 // Try to get function prototype of a function and puts the value in
1106 // the result register. Checks that the function really is a
1107 // function and jumps to the miss label if the fast checks fail. The
1108 // function register will be untouched; the other register may be
1110 void TryGetFunctionPrototype(Register function,
1125 // Find the function context up the context chain.
1144 // Load the global function with the given index.
1145 void LoadGlobalFunction(int index, Register function);
1147 // Load the initial map from the global function. The registers
1148 // function and map can be the same.
1149 void LoadGlobalFunctionInitialMap(Register function, Register map);
1164 void CallRuntime(const Runtime::Function* f, int num_arguments);
1166 // Call a runtime function and save the value of XMM registers.
1169 // Convenience function: Same as above, but takes the fid instead.
1172 // Convenience function: call an external reference.
1183 // Convenience function: tail call a runtime routine (jump).
1198 // Calls an API function. Allocates HandleScope, extracts returned value
1204 // Before calling a C-function from generated code, align arguments on stack.
1213 // Calls a C function and cleans up the space for arguments allocated
1214 // by PrepareCallCFunction. The called function is not allowed to trigger a
1217 // function).
1218 void CallCFunction(ExternalReference function, int num_arguments);
1219 void CallCFunction(Register function, int num_arguments);
1222 // C function.