Searched refs:SpillScratch (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ | ||
D | parallel_move_resolver.h | 94 virtual void SpillScratch(int reg) = 0; |
D | parallel_move_resolver.cc | 291 resolver->SpillScratch(reg_); in ScratchRegisterScope() |
D | parallel_move_test.cc | 83 void SpillScratch(int reg ATTRIBUTE_UNUSED) override {} in SpillScratch() function in art::TestParallelMoveResolverWithSwap |
D | code_generator_x86.h | 158 void SpillScratch(int reg) override; |
D | code_generator_x86_64.h | 159 void SpillScratch(int reg) override; |
D | code_generator_arm_vixl.h | 271 void SpillScratch(int reg) override; |
D | code_generator_x86_64.cc | 6035 void ParallelMoveResolverX86_64::SpillScratch(int reg) { in SpillScratch() function in art::x86_64::ParallelMoveResolverX86_64 |
D | code_generator_x86.cc | 6731 void ParallelMoveResolverX86::SpillScratch(int reg) { in SpillScratch() function in art::x86::ParallelMoveResolverX86 |
D | code_generator_arm_vixl.cc | 7279 void ParallelMoveResolverARMVIXL::SpillScratch(int reg) { in SpillScratch() function in art::arm::ParallelMoveResolverARMVIXL |