Home | History | Annotate | Download | only in x64

Lines Matching refs:arg_stack_space

2932   int arg_stack_space = (result_size_ < 2 ? 2 : 4);
2934 int arg_stack_space = 0;
2936 __ EnterExitFrame(arg_stack_space, save_doubles_);