Searched refs:AllocateFreeRegister (Results 1 - 12 of 12) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc353 loc = AllocateFreeRegister(input->GetType());
360 loc = AllocateFreeRegister(input->GetType());
374 loc = AllocateFreeRegister(Primitive::kPrimInt);
379 loc = AllocateFreeRegister(Primitive::kPrimDouble);
394 result_location = AllocateFreeRegister(instruction->GetType());
H A Dcode_generator_arm.h245 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
H A Dcode_generator_mips64.h236 // AllocateFreeRegister() is only used when allocating registers locally
238 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
H A Dcode_generator_x86.h238 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
H A Dcode_generator_x86_64.h243 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
H A Dcode_generator.h369 virtual Location AllocateFreeRegister(Primitive::Type type) const = 0;
H A Dcode_generator_arm64.h276 // AllocateFreeRegister() is only used when allocating registers locally
278 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
H A Dcode_generator_arm64.cc652 Location CodeGeneratorARM64::AllocateFreeRegister(Primitive::Type type) const { function in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_mips64.cc908 Location CodeGeneratorMIPS64::AllocateFreeRegister(Primitive::Type type) const { function in class:art::mips64::CodeGeneratorMIPS64
H A Dcode_generator_arm.cc399 Location CodeGeneratorARM::AllocateFreeRegister(Primitive::Type type) const { function in class:art::arm::CodeGeneratorARM
H A Dcode_generator_x86.cc391 Location CodeGeneratorX86::AllocateFreeRegister(Primitive::Type type) const { function in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.cc458 Location CodeGeneratorX86_64::AllocateFreeRegister(Primitive::Type type) const { function in class:art::x86_64::CodeGeneratorX86_64

Completed in 813 milliseconds