Home | History | Annotate | Download | only in arm64

Lines Matching refs:scratch1

49     Handle<Name> name, Register scratch0, Register scratch1) {
50 DCHECK(!AreAliased(receiver, scratch0, scratch1));
53 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
54 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
62 Register map = scratch1;
81 masm, miss_label, &done, receiver, properties, name, scratch1);
83 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
350 Handle<WeakCell> native_context_cell, Register scratch1, Register scratch2,
354 __ Ldr(scratch1, NativeContextMemOperand());
357 __ Cmp(scratch1, scratch2);
363 __ Ldr(scratch1,
364 ContextMemOperand(scratch1, Context::SECURITY_TOKEN_INDEX));
367 __ Cmp(scratch1, scratch2);
375 Register object_reg, Register holder_reg, Register scratch1,
381 DCHECK(!AreAliased(object_reg, scratch1, scratch2));
382 DCHECK(!AreAliased(holder_reg, scratch1, scratch2));
388 __ Mov(scratch1, Operand(validity_cell));
389 __ Ldr(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
390 // Compare scratch1 against Map::kPrototypeChainValid.
393 __ Cbnz(scratch1, miss);
427 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1,
486 DCHECK(!AreAliased(receiver(), this->name(), scratch1(), scratch2(),
494 DCHECK(holder_reg.is(receiver()) || holder_reg.is(scratch1()));
579 DCHECK(!AreAliased(receiver(), scratch1(), scratch2(), value()));
580 DCHECK(!AreAliased(holder_reg, scratch1(), scratch2(), value()));
584 __ Mov(scratch1(), Operand(callback));
587 __ Mov(scratch1(), Operand(cell));
590 __ Push(receiver(), holder_reg, scratch1(), scratch2(), value());