Home | History | Annotate | Download | only in x64

Lines Matching defs:save_doubles

607   void EnterExitFrame(int arg_stack_space = 0, bool save_doubles = false,
617 void LeaveExitFrame(bool save_doubles = false, bool pop_arguments = true);
825 SaveFPRegsMode save_doubles = kDontSaveFPRegs);
829 SaveFPRegsMode save_doubles = kDontSaveFPRegs) {
831 CallRuntime(function, function->nargs, save_doubles);
836 SaveFPRegsMode save_doubles = kDontSaveFPRegs) {
837 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
882 void EnterExitFrameEpilogue(int arg_stack_space, bool save_doubles);