Home | History | Annotate | Download | only in optimizing

Lines Matching full:argument_index

374       uint32_t argument_index = source.GetQuickParameterIndex();
377 calling_convention.GetRegisterAt(argument_index));
379 calling_convention.GetStackOffsetOf(argument_index + 1) + GetFrameSize()));
388 uint32_t argument_index = destination.GetQuickParameterIndex();
390 __ movl(calling_convention.GetRegisterAt(argument_index), source.AsX86().AsRegisterPairLow());
391 __ movl(Address(ESP, calling_convention.GetStackOffsetOf(argument_index + 1)),
395 __ movl(calling_convention.GetRegisterAt(argument_index),
398 __ popl(Address(ESP, calling_convention.GetStackOffsetOf(argument_index + 1)));
407 uint32_t argument_index = source.GetQuickParameterIndex();
409 calling_convention.GetRegisterAt(argument_index));
411 calling_convention.GetStackOffsetOf(argument_index + 1) + GetFrameSize()));