Searched refs:GetNextLocation (Results 1 - 15 of 15) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics.h106 Location cc_loc = calling_convention_visitor->GetNextLocation(input->GetType());
H A Dcode_generator_mips.h80 Location GetNextLocation(Primitive::Type type) OVERRIDE;
H A Dcode_generator_mips64.h80 Location GetNextLocation(Primitive::Type type) OVERRIDE;
H A Dcode_generator_arm.h89 Location GetNextLocation(Primitive::Type type) OVERRIDE;
H A Dcode_generator_arm64.h151 Location GetNextLocation(Primitive::Type type) OVERRIDE;
H A Dcode_generator_x86.h85 Location GetNextLocation(Primitive::Type type) OVERRIDE;
H A Dcode_generator_x86_64.h117 Location GetNextLocation(Primitive::Type type) OVERRIDE;
H A Dcode_generator.h134 virtual Location GetNextLocation(Primitive::Type type) = 0;
H A Dcode_generator.cc307 locations->SetInAt(i, visitor->GetNextLocation(input->GetType()));
H A Dcode_generator_mips64.cc69 Location InvokeDexCallingConventionVisitorMIPS64::GetNextLocation(Primitive::Type type) { function in class:art::mips64::InvokeDexCallingConventionVisitorMIPS64
3568 Location location = parameter_visitor_.GetNextLocation(instruction->GetType());
H A Dcode_generator_arm64.cc863 Location InvokeDexCallingConventionVisitorARM64::GetNextLocation(Primitive::Type type) { function in class:art::arm64::InvokeDexCallingConventionVisitorARM64
4375 Location location = parameter_visitor_.GetNextLocation(instruction->GetType());
H A Dcode_generator_mips.cc73 Location InvokeDexCallingConventionVisitorMIPS::GetNextLocation(Primitive::Type type) { function in class:art::mips::InvokeDexCallingConventionVisitorMIPS
4413 Location location = parameter_visitor_.GetNextLocation(instruction->GetType());
H A Dcode_generator_arm.cc957 Location InvokeDexCallingConventionVisitorARM::GetNextLocation(Primitive::Type type) { function in class:art::arm::InvokeDexCallingConventionVisitorARM
3537 Location location = parameter_visitor_.GetNextLocation(instruction->GetType());
H A Dcode_generator_x86.cc926 Location InvokeDexCallingConventionVisitorX86::GetNextLocation(Primitive::Type type) { function in class:art::x86::InvokeDexCallingConventionVisitorX86
4037 Location location = parameter_visitor_.GetNextLocation(instruction->GetType());
H A Dcode_generator_x86_64.cc2084 Location InvokeDexCallingConventionVisitorX86_64::GetNextLocation(Primitive::Type type) { function in class:art::x86_64::InvokeDexCallingConventionVisitorX86_64
3945 Location location = parameter_visitor_.GetNextLocation(instruction->GetType());

Completed in 152 milliseconds