Searched refs:SpillScratch (Results 1 – 11 of 11) sorted by relevance
91 virtual void SpillScratch(int reg) = 0;
115 void SpillScratch(int reg) OVERRIDE;
100 void SpillScratch(int reg) OVERRIDE;
106 void SpillScratch(int reg) OVERRIDE;
109 void SpillScratch(int reg) OVERRIDE;
278 resolver->SpillScratch(reg_); in ScratchRegisterScope()
82 void SpillScratch(int reg ATTRIBUTE_UNUSED) OVERRIDE {} in SpillScratch() function in art::TestParallelMoveResolverWithSwap
444 void ParallelMoveResolverMIPS64::SpillScratch(int reg) { in SpillScratch() function in art::mips64::ParallelMoveResolverMIPS64
3778 void ParallelMoveResolverARM::SpillScratch(int reg) { in SpillScratch() function in art::arm::ParallelMoveResolverARM
4096 void ParallelMoveResolverX86_64::SpillScratch(int reg) { in SpillScratch() function in art::x86_64::ParallelMoveResolverX86_64
4259 void ParallelMoveResolverX86::SpillScratch(int reg) { in SpillScratch() function in art::x86::ParallelMoveResolverX86