Home | History | Annotate | Download | only in arm64

Lines Matching refs:scratch0

2521     Register val = regs_.scratch0();
2552 x0.Is(regs_.address()) ? regs_.scratch0() : regs_.address();
2579 __ JumpIfBlack(regs_.object(), regs_.scratch0(), regs_.scratch1(), &on_black);
2592 Register val = regs_.scratch0();
2790 Register scratch0) {
2791 DCHECK(!AreAliased(receiver, properties, scratch0));
2799 // scratch0 points to properties hash.
2801 Register index = scratch0;
2811 Register entity_name = scratch0;
2836 spill_list.Remove(scratch0); // Scratch registers don't need to be preserved.
2844 // Move stub return value to scratch0. Note that scratch0 is not included in
2846 __ Mov(scratch0, x0);
2849 __ Cbz(scratch0, done);