Home | History | Annotate | Download | only in ia32

Lines Matching defs:num_arguments

661   void CallRuntime(const Runtime::Function* f, int num_arguments,
676 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
678 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
682 void CallExternalReference(ExternalReference ref, int num_arguments);
694 void PrepareCallCFunction(int num_arguments, Register scratch);
701 void CallCFunction(ExternalReference function, int num_arguments);
702 void CallCFunction(Register function, int num_arguments);