Home | History | Annotate | Download | only in arm64

Lines Matching refs:scratch0

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);
64 __ Ldrb(scratch0, FieldMemOperand(map, Map::kBitFieldOffset));
65 __ Tst(scratch0, kInterceptorOrAccessCheckNeededMask);
69 __ Ldrb(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset));
70 __ Cmp(scratch0, FIRST_JS_RECEIVER_TYPE);
74 Register properties = scratch0;
83 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);