Lines Matching refs:calling_convention

122     InvokeRuntimeCallingConvention calling_convention;
124 index_location_, LocationFrom(calling_convention.GetRegisterAt(0)), Primitive::kPrimInt,
125 length_location_, LocationFrom(calling_convention.GetRegisterAt(1)), Primitive::kPrimInt);
173 InvokeRuntimeCallingConvention calling_convention;
174 __ Mov(calling_convention.GetRegisterAt(0).W(), cls_->GetTypeIndex());
189 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
225 InvokeRuntimeCallingConvention calling_convention;
226 __ Mov(calling_convention.GetRegisterAt(0).W(), instruction_->GetStringIndex());
231 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type);
324 InvokeRuntimeCallingConvention calling_convention;
326 class_to_check_, LocationFrom(calling_convention.GetRegisterAt(0)), Primitive::kPrimNot,
327 object_class_, LocationFrom(calling_convention.GetRegisterAt(1)), Primitive::kPrimNot);
333 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
385 (float_index_ < calling_convention.GetNumberOfFpuRegisters())) {
386 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++));
388 (gp_index_ < calling_convention.GetNumberOfRegisters())) {
389 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++));
391 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_);
1371 InvokeRuntimeCallingConvention calling_convention;
1372 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
1373 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1)));
1374 locations->SetInAt(2, LocationFrom(calling_convention.GetRegisterAt(2)));
2190 InvokeRuntimeCallingConvention calling_convention;
2191 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
2284 InvokeRuntimeCallingConvention calling_convention;
2285 locations->AddTemp(LocationFrom(calling_convention.GetRegisterAt(0)));
2286 locations->AddTemp(LocationFrom(calling_convention.GetRegisterAt(2)));
2288 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(1)));
2295 InvokeRuntimeCallingConvention calling_convention;
2313 InvokeRuntimeCallingConvention calling_convention;
2314 locations->AddTemp(LocationFrom(calling_convention.GetRegisterAt(0)));
2315 locations->AddTemp(LocationFrom(calling_convention.GetRegisterAt(1)));
2316 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
2463 InvokeRuntimeCallingConvention calling_convention;
2464 locations->SetInAt(0, LocationFrom(calling_convention.GetFpuRegisterAt(0)));
2465 locations->SetInAt(1, LocationFrom(calling_convention.GetFpuRegisterAt(1)));
2466 locations->SetOut(calling_convention.GetReturnLocation(type));
2632 InvokeRuntimeCallingConvention calling_convention;
2633 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));