Searched defs:SpillScratch (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ | ||
D | parallel_move_test.cc | 84 void SpillScratch([[maybe_unused]] int reg) override {} in SpillScratch() function in art::TestParallelMoveResolverWithSwap |
D | code_generator_riscv64.cc | 1068 void ParallelMoveResolverRISCV64::SpillScratch([[maybe_unused]] int reg) { in SpillScratch() function in art::riscv64::ParallelMoveResolverRISCV64 |
D | code_generator_x86_64.cc | 6589 void ParallelMoveResolverX86_64::SpillScratch(int reg) { in SpillScratch() function in art::x86_64::ParallelMoveResolverX86_64 |
D | code_generator_x86.cc | 7285 void ParallelMoveResolverX86::SpillScratch(int reg) { in SpillScratch() function in art::x86::ParallelMoveResolverX86 |
D | code_generator_arm_vixl.cc | 7643 void ParallelMoveResolverARMVIXL::SpillScratch(int reg) { in SpillScratch() function in art::arm::ParallelMoveResolverARMVIXL |