Lines Matching defs:scratch
716 Register src, Register scratch) {
719 __ movq(__ ExternalReferenceAsOperand(ref, scratch), src);
723 Register scratch) {
726 __ movq(scratch, __ ExternalReferenceAsOperand(ref, scratch));
727 __ subq(scratch, stack_pointer);
728 __ movq(Operand(rbp, kRegExpStackBasePointer), scratch);
732 Register scratch) {
735 __ movq(scratch, Operand(rbp, kRegExpStackBasePointer));
738 __ subq(stack_pointer_out, scratch);
739 StoreRegExpStackPointerToMemory(stack_pointer_out, scratch);