Home | History | Annotate | Download | only in arm64

Lines Matching refs:scratch0

41     Handle<Name> name, Register scratch0, Register scratch1) {
42 DCHECK(!AreAliased(receiver, scratch0, scratch1));
45 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
46 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
56 __ Ldrb(scratch0, FieldMemOperand(map, Map::kBitFieldOffset));
57 __ Tst(scratch0, kInterceptorOrAccessCheckNeededMask);
61 __ Ldrb(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset));
62 __ Cmp(scratch0, FIRST_JS_RECEIVER_TYPE);
66 Register properties = scratch0;
75 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);