Lines Matching refs:calling_convention

144     InvokeRuntimeCallingConvention calling_convention;
151 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1));
155 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2));
164 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
167 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
235 InvokeRuntimeCallingConvention calling_convention;
237 __ movl(calling_convention.GetRegisterAt(0), Immediate(string_index.index_));
268 InvokeRuntimeCallingConvention calling_convention;
270 __ movl(calling_convention.GetRegisterAt(0), Immediate(type_index.index_));
333 InvokeRuntimeCallingConvention calling_convention;
335 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
338 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
384 InvokeRuntimeCallingConvention calling_convention;
386 calling_convention.GetRegisterAt(0),
407 InvokeRuntimeCallingConvention calling_convention;
411 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
416 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
421 Location::RegisterLocation(calling_convention.GetRegisterAt(2)),
804 InvokeRuntimeCallingConvention calling_convention;
807 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
811 Location::RegisterLocation(calling_convention.GetRegisterAt(1)),
816 Location::RegisterLocation(calling_convention.GetRegisterAt(2)),
822 __ movl(calling_convention.GetRegisterAt(2), Immediate(offset_));
885 InvokeRuntimeCallingConvention calling_convention;
887 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_);
1171 if (index < calling_convention.GetNumberOfRegisters()) {
1172 return Location::RegisterLocation(calling_convention.GetRegisterAt(index));
1174 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1));
1182 if (index + 1 < calling_convention.GetNumberOfRegisters()) {
1184 calling_convention.GetRegisterPairAt(index));
1187 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2));
1194 if (index < calling_convention.GetNumberOfFpuRegisters()) {
1195 return Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(index));
1197 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1));
1204 if (index < calling_convention.GetNumberOfFpuRegisters()) {
1205 return Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(index));
1207 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2));
1713 InvokeRuntimeCallingConvention calling_convention;
1715 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0)));
2516 InvokeRuntimeCallingConvention calling_convention;
2517 XmmRegister parameter = calling_convention.GetFpuRegisterAt(0);
3616 InvokeRuntimeCallingConvention calling_convention;
3617 DCHECK_EQ(calling_convention.GetRegisterAt(0), first.AsRegisterPairLow<Register>());
3618 DCHECK_EQ(calling_convention.GetRegisterAt(1), first.AsRegisterPairHigh<Register>());
3619 DCHECK_EQ(calling_convention.GetRegisterAt(2), second.AsRegisterPairLow<Register>());
3620 DCHECK_EQ(calling_convention.GetRegisterAt(3), second.AsRegisterPairHigh<Register>());
3661 InvokeRuntimeCallingConvention calling_convention;
3663 calling_convention.GetRegisterAt(0), calling_convention.GetRegisterAt(1)));
3665 calling_convention.GetRegisterAt(2), calling_convention.GetRegisterAt(3)));
3764 InvokeRuntimeCallingConvention calling_convention;
3766 calling_convention.GetRegisterAt(0), calling_convention.GetRegisterAt(1)));
3768 calling_convention.GetRegisterAt(2), calling_convention.GetRegisterAt(3)));
4190 InvokeRuntimeCallingConvention calling_convention;
4191 locations->SetInAt(0, Location::RegisterLocation(calling_convention.GetRegisterAt(0)));
4216 InvokeRuntimeCallingConvention calling_convention;
4217 locations->SetInAt(0, Location::RegisterLocation(calling_convention.GetRegisterAt(0)));
4218 locations->SetInAt(1, Location::RegisterLocation(calling_convention.GetRegisterAt(1)));
4576 InvokeDexCallingConvention calling_convention;
4577 Register receiver = calling_convention.GetRegisterAt(0);
5080 FieldAccessCallingConventionX86 calling_convention;
5082 instruction, instruction->GetFieldType(), calling_convention);
5087 FieldAccessCallingConventionX86 calling_convention;
5092 calling_convention);
5097 FieldAccessCallingConventionX86 calling_convention;
5099 instruction, instruction->GetFieldType(), calling_convention);
5104 FieldAccessCallingConventionX86 calling_convention;
5109 calling_convention);
5114 FieldAccessCallingConventionX86 calling_convention;
5116 instruction, instruction->GetFieldType(), calling_convention);
5121 FieldAccessCallingConventionX86 calling_convention;
5126 calling_convention);
5131 FieldAccessCallingConventionX86 calling_convention;
5133 instruction, instruction->GetFieldType(), calling_convention);
5138 FieldAccessCallingConventionX86 calling_convention;
5143 calling_convention);
5617 InvokeRuntimeCallingConvention calling_convention;
5618 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0)));
5619 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(1)));
6075 InvokeRuntimeCallingConvention calling_convention;
6078 Location::RegisterLocation(calling_convention.GetRegisterAt(0)),
6080 DCHECK_EQ(calling_convention.GetRegisterAt(0), EAX);
6105 InvokeRuntimeCallingConvention calling_convention;
6106 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0)));
6293 InvokeRuntimeCallingConvention calling_convention;
6294 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0)));
6368 InvokeRuntimeCallingConvention calling_convention;
6369 DCHECK_EQ(calling_convention.GetRegisterAt(0), out);
6370 __ movl(calling_convention.GetRegisterAt(0), Immediate(load->GetStringIndex().index_));
6400 InvokeRuntimeCallingConvention calling_convention;
6401 locations->SetInAt(0, Location::RegisterLocation(calling_convention.GetRegisterAt(0)));
6933 InvokeRuntimeCallingConvention calling_convention;
6934 locations->SetInAt(0, Location::RegisterLocation(calling_convention.GetRegisterAt(0)));